samba-dc: Switch away from BIND9_DLZ

The BIND9_DLZ plugin turned out to be pretty flaky. It craps out
whenever `named` is reloaded, which seems to happen occasionally for
reasons I cannot identify. Combined with the weird SELinux issues, and
the fact that upstream recommends against it anyway, I decided to just
use the built-in DNS server in Samba.
jenkins-master
Dustin 2018-02-18 13:35:32 -06:00
parent efbb563670
commit a3cc57919a
2 changed files with 0 additions and 15 deletions

View File

@ -4,4 +4,3 @@
include_vars: '{{ item }}' include_vars: '{{ item }}'
with_fileglob: vault/samba-dc/{{ krb5_realm }} with_fileglob: vault/samba-dc/{{ krb5_realm }}
- import_playbook: samba-dc.yml - import_playbook: samba-dc.yml
- import_playbook: named-server.yml

View File

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