Files
configpolicy/create-dc.yml
Dustin C. Hatch c25a88bb4d create-dc: Add PB for creating new DCs
The `create-dc.yml` playbook is just a wrapper for all the other
playbooks that need to be run when creating a new domain controller.
2024-06-23 10:43:15 -05:00

7 lines
210 B
YAML

- import_playbook: bootstrap.yml
- import_playbook: pyrocufflink.yml
- import_playbook: promtail.yml
- import_playbook: domain-controller.yml
- import_playbook: collectd.yml
- import_playbook: auto-updates.yml