Configurable variables
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user