forked from saratov/infra
new bind configuration fix
This commit is contained in:
parent
b242e30184
commit
7913775562
@ -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:
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user