Add support for secondary-to-secondary replication
This commit is contained in:
parent
2398e99d65
commit
c337831383
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ zone:
|
||||||
acl: acl-update-{{ updater }}
|
acl: acl-update-{{ updater }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for replica in zone.replicas + ( (zone.replicate | default({}) )[inventory_hostname] | default([]) ) %}
|
{% for replica in zone.replicas + ( (zone.replicate | default({}) ).get(inventory_hostname, []) ) %}
|
||||||
notify: remote-{{ replica }}
|
notify: remote-{{ replica }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue