This website works better with JavaScript
Home
Explore
Help
Sign In
ffdo-infrastruktur
/
ffdo-ansible
mirror of
https://github.com/ffdo/ffdo-ansible.git
Watch
5
Star
0
Fork
0
Files
Browse Source
Added playbook to deploy services without touching mesh etc.
Till Klocke
8 years ago
parent
83352284b9
commit
2f62b98ea5
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
services.yml
+ 5
- 0
services.yml
View File
@@ -0,0 +1,5 @@
+- hosts: serviceservers
+ become: yes
+ roles:
+ - service-nginx
+ - service-gogs