Configurable variables

This commit is contained in:
135
2023-10-13 12:38:40 +03:00
parent 69be69ebb0
commit 1d34e1324c
5 changed files with 37 additions and 12 deletions

View File

@@ -1,5 +1,8 @@
#
# WARNING: auto-generated by Ansible powerdns-recursor role.
#
mm=172.31.122.10
miranda-media.net=172.31.122.10
{% if forward_lst is defined and forward_lst | length > 0 %}
{% for zone, auth_server in forward_lst.items() %}
{{ zone }}={{ auth_server }}
{% endfor %}
{% endif %}