add etherpad role
[ansible.git] / site.yml
index 092d8d4d9b091d26ed3c0e3e43476b9ca8a2d34f..3c5fe4e43edb60144639bc72bb25bc0497386e88 100644 (file)
--- a/site.yml
+++ b/site.yml
@@ -1,6 +1,40 @@
-- import_playbook: base.yml
-- import_playbook: upgrade.yml
-- import_playbook: dns.yml
+- hosts: all
+  gather_facts: no
+  pre_tasks:
+  - setup:
+  roles:
+  - base
+  tags: base
+
+- hosts: letsencrypt
+  gather_facts: no
+  roles:
+  - letsencrypt
+  tags: letsencrypt
+
+# FIXME make this a role, or several
 - import_playbook: email.yml
-- import_playbook: jabber.yml
-- import_playbook: web.yml
+
+- hosts: bind
+  gather_facts: no
+  roles:
+  - bind
+  tags: bind
+
+- hosts: etherpad
+  gather_facts: no
+  roles:
+  - etherpad
+  tags: etherpad
+
+- hosts: prosody
+  gather_facts: no
+  roles:
+  - prosody
+  tags: prosody
+
+- hosts: apache
+  gather_facts: no
+  roles:
+  - apache
+  tags: apache