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.frigate-exporter
parent
0af8a28f1a
commit
c25a88bb4d
|
@ -52,12 +52,5 @@ sed -i \
|
|||
|
||||
ansible-playbook -l "${name}".pyrocufflink.blue \
|
||||
--become \
|
||||
base.yml \
|
||||
hostname.yml \
|
||||
firewalld.yml \
|
||||
pyrocufflink.yml \
|
||||
promtail.yml \
|
||||
domain-controller.yml \
|
||||
collectd.yml \
|
||||
auto-updates.yml \
|
||||
create-dc.yml
|
||||
-e @join.creds
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue