Add support for on-secondary signing

This commit is contained in:
s3lph 2023-04-05 00:16:19 +02:00
parent 3809b6c2c3
commit dc2bd7c570

View file

@ -159,7 +159,7 @@ zone:
acl: acl-notify-{{ master }}
{% endfor %}
{% for xfer in (zone.replicate | default({})).get(inventory_hostname, []) %}
acl: acl-transfer-{{ xfer }}
acl: acl-xfr-{{ xfer }}
{% endfor %}
{% for master in zone.masters %}
master: remote-{{ master }}