# dcontroller ~~ playbooks/dcontroller.rgoncalves.se.yml # domain controller initialization playbook --- - hosts: dc0 roles: - { role: znc, tags: "role_znc" } - { role: website, tags: "role_website" } - { role: httpd, tags: "role_httpd" } - { role: acme, tags: "role_acme" } - { role: relayd, tags: "role_relayd" } - { role: pf, tags: "role_pf" }