blob: 53ba6aa86439a67235812476e365689f76d7939f (
plain) (
tree)
|
|
# 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" }
|