X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/88cc8cf7fedf35cd51c29dcadac94f288c08b22b..68b85d5c34dfe3eb4694775dd91754e9e6af5cd4:/site.yml diff --git a/site.yml b/site.yml index 0d82190..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 @@ -21,6 +30,12 @@ - bind tags: bind +- hosts: etherpad + gather_facts: no + roles: + - etherpad + tags: etherpad + - hosts: prosody gather_facts: no roles: