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.
This commit is contained in:
2024-06-23 10:41:40 -05:00
parent 0af8a28f1a
commit c25a88bb4d
2 changed files with 7 additions and 8 deletions

6
create-dc.yml Normal file
View File

@@ -0,0 +1,6 @@
- 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