fix playall to site.yml, now that that's the only playbook
[ansible.git] / site.yml
index 3c5fe4e43edb60144639bc72bb25bc0497386e88..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