X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/c1820adc8c1046521859adf5301b230797e2255f..9a5dfb77df2ff129c8218fae9cb9b90f619606c7:/site.yml diff --git a/site.yml b/site.yml index ce0a363..d503df3 100644 --- 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 @@ -56,12 +56,13 @@ - hosts: prosody # depends: letsencrypt gather_facts: no + pre_tasks: + - setup: roles: - prosody tags: prosody - hosts: apache - # depends: letsencrypt gather_facts: no roles: - apache