X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/5e2e9470de3933fd6560eba8ee7a4fff9568ff7c..58c02d302cb6d9f45e16a4bf5c9e9697b3ee328c:/site.yml diff --git a/site.yml b/site.yml index 47d7518..0d82190 100644 --- a/site.yml +++ b/site.yml @@ -1,3 +1,34 @@ -- 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 + +- hosts: bind + gather_facts: no + roles: + - bind + tags: bind + +- hosts: prosody + gather_facts: no + roles: + - prosody + tags: prosody + +- hosts: apache + gather_facts: no + roles: + - apache + tags: apache