X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/134216c7f1cf7166070df34f770c665446d4867f..e103cc2f91aa9efc164969bdc146ff87f8cff276:/site.yml diff --git a/site.yml b/site.yml index bc19efe..32c2a20 100644 --- a/site.yml +++ b/site.yml @@ -1,28 +1,49 @@ - hosts: all + gather_facts: no + pre_tasks: + - setup: roles: - base tags: base -- import_playbook: upgrade.yml - - hosts: letsencrypt + gather_facts: no roles: - letsencrypt tags: letsencrypt -- 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 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