domain-controller: Playbook to deploy Samba DCs

The `domain-controller.yml` playbook combins the `samba-dc.yml` and
`named-server.yml` playbooks, making the process of deploying a new AD
DC using Samba and BIND slightly simpler.
jenkins-master
Dustin 2018-01-07 11:30:20 -06:00
parent 6ac9ea82f0
commit 1ccb8928bf
1 changed files with 2 additions and 0 deletions

2
domain-controller.yml Normal file
View File

@ -0,0 +1,2 @@
- import_playbook: samba-dc.yml
- import_playbook: named-server.yml