samba-dc: Playbook to deploy Samba AD DCs

The `samba-dc.yml` playbook simply applies the *samba-dc* role to
managed nodes in the *samba-dc* host group.
jenkins-master
Dustin 2018-01-02 23:39:43 -06:00
parent 42ce2434ad
commit ac354643c5
2 changed files with 18 additions and 0 deletions

14
group_vars/samba-dc.yml Normal file
View File

@ -0,0 +1,14 @@
named_keytab: /var/lib/samba/bind-dns/dns.keytab
named_global_include:
- /var/lib/samba/bind-dns/named.conf
samba_dc_dns_backend: BIND9_DLZ
named_listen:
- addresses:
- any
named_listen_v6:
- addresses:
- any
named_allow_query:
- any
named_allow_update:
- any

4
samba-dc.yml Normal file
View File

@ -0,0 +1,4 @@
- hosts: samba-dc
roles:
- kerberos
- samba-dc