Add support for secondary-to-secondary replication

This commit is contained in:
s3lph 2023-04-05 00:10:52 +02:00
parent b3a8be8303
commit a3545b1646

View file

@ -48,7 +48,7 @@ remote:
{% endfor %} {% endfor %}
acl: acl:
{% for remote in (zones | map(attribute='replicas') ) + (zones | map(attribute='replicate', default={}) | map(attribute=inventory_hostname, default=[]) | flatten ) | flatten | unique %} {% for remote in ( ( zones | map(attribute='replicas') ) + (zones | map(attribute='replicate', default={}) | map(attribute=inventory_hostname, default=[]) ) ) | flatten | unique %}
- id: acl-xfr-{{ remote }} - id: acl-xfr-{{ remote }}
action: transfer action: transfer