X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/88cc8cf7fedf35cd51c29dcadac94f288c08b22b..5d1a6a367b7f47133874abcf456411c24f6cb491:/site.yml diff --git a/site.yml b/site.yml index 0d82190..74658bf 100644 --- a/site.yml +++ b/site.yml @@ -6,14 +6,29 @@ - base tags: base +- hosts: unbound + gather_facts: no + roles: + - unbound + tags: unbound + - hosts: letsencrypt gather_facts: no roles: - 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 @@ -21,6 +36,12 @@ - bind tags: bind +- hosts: etherpad + gather_facts: no + roles: + - etherpad + tags: etherpad + - hosts: prosody gather_facts: no roles: