Przeglądaj źródła

Added playbook to deploy services without touching mesh etc.

Till Klocke 8 lat temu
rodzic
commit
2f62b98ea5
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      services.yml

+ 5 - 0
services.yml

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