diff options
author | Aaron LI <aly@aaronly.me> | 2018-02-24 20:27:54 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:28:44 +0800 |
commit | 78282c107817f119e9f1cc526eba4e7b54e3ad93 (patch) | |
tree | ad278aa5df02404fe81f233b2d2378634bf17a29 /roles/dns | |
parent | 5fcd532b648824d947ec009d8d63508b9d3be7fa (diff) | |
download | ansible-dfly-vps-78282c107817f119e9f1cc526eba4e7b54e3ad93.tar.bz2 |
dns/nsd: remove unused "key" section
Diffstat (limited to 'roles/dns')
-rw-r--r-- | roles/dns/templates/nsd.conf.j2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/dns/templates/nsd.conf.j2 b/roles/dns/templates/nsd.conf.j2 index 9110210..f154796 100644 --- a/roles/dns/templates/nsd.conf.j2 +++ b/roles/dns/templates/nsd.conf.j2 @@ -99,20 +99,6 @@ remote-control: control-cert-file: "/usr/local/etc/nsd/nsd_control.pem" -# Secret keys for TSIGs that secure zone transfers. -# You could include: "secret.keys" and put the "key:" statements there, -# and give that file special access control permissions. -# -key: - # The key name is used to refer to this key in the access control list, - # and must be correct for TSIG to work. - name: "{{ nsd.key_name }}" - - # The base64-encoded shared secret. - # e.g.: dd if=/dev/random bs=32 count=1 | openssl base64 - secret: "{{ nsd.key_secret }}" - - # Patterns have zone configuration that are shared by one or more zones. # pattern: |