Browse Source

[playbook] Add redis and galene and fix podcasts

Colin Powell 3 years ago
parent
commit
bdacd9df73
1 changed files with 8 additions and 1 deletions
  1. 8 1
      ansible/playbook.yml

+ 8 - 1
ansible/playbook.yml

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