journalwatch: postfix
[ansible.git] / site.yml
index ce0a363e6e61820603f8b35f940120f08510cf6f..d503df387bc67c2d98a51316b364ddb5036a1622 100644 (file)
--- a/site.yml
+++ b/site.yml
@@ -1,8 +1,9 @@
 # Dependencies are "expressed" by the hosts file, e.g.
 # ```
+# [email:children]
+# journalwatch
 # [letsencrypt:children]
-# apache
-# email
+# prosody
 # ```
 # I tried using role dependencies but that doesn't interact well with tags:
 # When restricting to a tag, its dependencies still get played.
@@ -28,7 +29,6 @@
   tags: letsencrypt
 
 - hosts: email
-  # depends: letsencrypt, unbound
   gather_facts: no
   roles:
   - email
 - hosts: prosody
   # depends: letsencrypt
   gather_facts: no
+  pre_tasks:
+  - setup:
   roles:
   - prosody
   tags: prosody
 
 - hosts: apache
-  # depends: letsencrypt
   gather_facts: no
   roles:
   - apache