Merge "Add permission to notify dns server from worker"
This commit is contained in:
commit
b48b0943d5
@ -8,6 +8,7 @@ options {
|
|||||||
request-ixfr no;
|
request-ixfr no;
|
||||||
recursion no;
|
recursion no;
|
||||||
minimal-responses yes;
|
minimal-responses yes;
|
||||||
|
allow-notify { {% for host in groups['designate-worker'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }};{% endfor %} };
|
||||||
};
|
};
|
||||||
|
|
||||||
controls {
|
controls {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user