X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/5e2e9470de3933fd6560eba8ee7a4fff9568ff7c..134216c7f1cf7166070df34f770c665446d4867f:/site.yml diff --git a/site.yml b/site.yml index 47d7518..bc19efe 100644 --- a/site.yml +++ b/site.yml @@ -1,3 +1,28 @@ -- import_playbook: base.yml +- hosts: all + roles: + - base + tags: base + - import_playbook: upgrade.yml + +- hosts: letsencrypt + roles: + - letsencrypt + tags: letsencrypt + - import_playbook: email.yml + +- hosts: bind + roles: + - bind + tags: bind + +- hosts: prosody + roles: + - prosody + tags: prosody + +- hosts: apache + roles: + - apache + tags: apache