ansible-roles/library/roles/unbound-resolver/templates/unbound-remote-control.conf

7 lines
166 B
Plaintext

remote-control:
control-enable: {{ unbound_remote_control }}
{% if unbound_remote_IP is defined %}
control-interface: '{{ unbound_remote_IP }}'
{% endif %}