X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/0aacb9f875a40b18dfbbc01b705b5337bf872368..e103cc2f91aa9efc164969bdc146ff87f8cff276:/site.yml diff --git a/site.yml b/site.yml index 3c5fe4e..32c2a20 100644 --- a/site.yml +++ b/site.yml @@ -12,8 +12,17 @@ - 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