Add support for secondary-to-secondary replication
This commit is contained in:
parent
c337831383
commit
b3a8be8303
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ remote:
|
|||
{% endfor %}
|
||||
|
||||
acl:
|
||||
{% for remote in (zones | map(attribute='replicas') ) + (zones | map(attribute='replicate', default={}) | map(attribute=inventory_hostname, default=[]) ) | flatten | unique %}
|
||||
{% for remote in (zones | map(attribute='replicas') ) + (zones | map(attribute='replicate', default={}) | map(attribute=inventory_hostname, default=[]) | flatten ) | flatten | unique %}
|
||||
|
||||
- id: acl-xfr-{{ remote }}
|
||||
action: transfer
|
||||
|
|
Loading…
Reference in a new issue