Parcourir la source

Added playbook to deploy services without touching mesh etc.

Till Klocke il y a 8 ans
Parent
commit
2f62b98ea5
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      services.yml

+ 5 - 0
services.yml

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