blob: d54df56a061b9ea169002c245f4d10d32c73f1f1 (
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
|