🤦 actually use tsig keys for notifies/xfrs
This commit is contained in:
parent
2541e4254d
commit
0e587d61e4
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ remote:
|
|||
{% for remote in ( (zones | map(attribute='replicas') ) + (zones | map(attribute='masters') ) ) | flatten | unique %}
|
||||
|
||||
- id: remote-{{ remote }}
|
||||
{% if knot_tsig_key is defined %}
|
||||
key: {{ knot_tsig_key.name }}
|
||||
{% endif %}
|
||||
{% for address in hostvars[remote].knot_dns_addresses %}
|
||||
address: "{{ address }}"
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue