Kaynağa Gözat

[playbook] Add a test host

Colin Powell 3 yıl önce
ebeveyn
işleme
e7630e872f
1 değiştirilmiş dosya ile 21 ekleme ve 2 silme
  1. 21 2
      ansible/playbook.yml

+ 21 - 2
ansible/playbook.yml

@@ -9,13 +9,11 @@
 
 - hosts: dev_mail
   roles:
-    - role: supervisor
     - role: mailhog
 
 - hosts: db
   roles:
     - role: postgres
-    - role: supervisor
     - role: pgadmin4
 
 - hosts: proxy
@@ -94,3 +92,24 @@
 - hosts: s3
   roles:
     - role: minio
+
+- hosts: test
+  roles:
+    - role: jails
+    - role: grafana
+    - role: loki
+    - role: nginx
+    - role: galene
+    - role: searx
+    - role: minio
+    - role: elasticsearch
+    - role: redis
+    - role: 0bin
+    - role: podgrab
+    - role: matrix
+    - role: gogs
+    - role: weewx
+    - role: mailhog
+    - role: unbound
+    - role: postgres
+    - role: pgadmin4