fix playall to site.yml, now that that's the only playbook
[ansible.git] / site.yml
index 0d82190badf30e29cbc1aa34b48825a33b18c6ec..32c2a20ead38a9cdd9120e1ba6a0853ca2132f54 100644 (file)
--- a/site.yml
+++ b/site.yml
   - letsencrypt
   tags: letsencrypt
 
-# FIXME make this a role, or several
-- import_playbook: email.yml
+- hosts: email
+  gather_facts: no
+  roles:
+  - email
+  tags: email
+
+- hosts: journalwatch
+  gather_facts: no
+  roles:
+  - journalwatch
+  tags: journalwatch
 
 - hosts: bind
   gather_facts: no
   - bind
   tags: bind
 
+- hosts: etherpad
+  gather_facts: no
+  roles:
+  - etherpad
+  tags: etherpad
+
 - hosts: prosody
   gather_facts: no
   roles: