X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a7dc7d2358f720bc87db3a9a82738d04cddded89..0aacb9f875a40b18dfbbc01b705b5337bf872368:/site.yml diff --git a/site.yml b/site.yml index a9e8916..3c5fe4e 100644 --- a/site.yml +++ b/site.yml @@ -1,5 +1,40 @@ -- import_playbook: base.yml -- import_playbook: upgrade.yml +- hosts: all + gather_facts: no + pre_tasks: + - setup: + roles: + - base + tags: base + +- hosts: letsencrypt + gather_facts: no + roles: + - letsencrypt + tags: letsencrypt + +# FIXME make this a role, or several - import_playbook: email.yml -- import_playbook: web.yml -- import_playbook: jabber.yml + +- 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