Sfoglia il codice sorgente

[playbook] Add redis and galene and fix podcasts

Colin Powell 3 anni fa
parent
commit
bdacd9df73
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8 1
      ansible/playbook.yml

+ 8 - 1
ansible/playbook.yml

@@ -69,7 +69,6 @@
 
 - hosts: podcasts
   roles:
-    - role: supervisor
     - role: podgrab
 
 - hosts: mopidy
@@ -80,6 +79,14 @@
   roles:
     - role: 0bin
 
+- hosts: redis
+  roles:
+    - role: redis
+
 - hosts: elasticsearch
   roles:
     - role: elasticsearch
+
+- hosts: galene
+  roles:
+    - role: galene