Browse Source

Added playbook to deploy services without touching mesh etc.

Till Klocke 8 năm trước cách đây
mục cha
commit
2f62b98ea5
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      services.yml

+ 5 - 0
services.yml

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