Browse Source

Added playbook to deploy services without touching mesh etc.

Till Klocke 8 years ago
parent
commit
2f62b98ea5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      services.yml

+ 5 - 0
services.yml

@@ -0,0 +1,5 @@
+- hosts: serviceservers
+  become: yes
+  roles:
+    - service-nginx
+    - service-gogs