new bind configuration fix

This commit is contained in:
Sergey Bubnov (omg) 2019-06-26 16:21:25 +04:00
parent b242e30184
commit 7913775562
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# roles/bind/tasks/master.yml
# Set up a BIND master server
---
- name: Master | Generate rndc.key
shell: rndc-confgen -a -b 128 -c /etc/rndc.key -k rndc-key
- name: Master | Main BIND config file (master)
template:

View File

@ -47,7 +47,7 @@ options {
dnssec-enable {{ bind_dnssec_enable }};
dnssec-validation {{ bind_dnssec_validation }};
dnssec-lookaside auto;
//dnssec-lookaside auto;
/* Path to ISC DLV key */
// bindkeys-file "/etc/named.iscdlv.key";

View File

@ -48,7 +48,7 @@ options {
dnssec-enable {{ bind_dnssec_enable }};
dnssec-validation {{ bind_dnssec_validation }};
dnssec-lookaside auto;
//dnssec-lookaside auto;
/* Path to ISC DLV key */
// bindkeys-file "/etc/named.iscdlv.key";