X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/0aacb9f875a40b18dfbbc01b705b5337bf872368..5d1a6a367b7f47133874abcf456411c24f6cb491:/site.yml diff --git a/site.yml b/site.yml index 3c5fe4e..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