blob: ac983c9091eae1c3fddaa9ff48fbcc25af82613b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# dcontroller ~~ playbooks/dcontroller.rgoncalves.se.yml
# domain controller initialization playbook
---
- hosts: dc0
roles:
- { 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" }
|