1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/templates/unbound.conf

24 lines
427 B
Text
Raw Normal View History

2022-11-17 23:46:33 +01:00
{{ ansible_managed | comment }}
2018-03-10 19:18:04 +01:00
include: "/etc/unbound/unbound.conf.d/*.conf"
remote-control:
control-enable: no
server:
{% for address in unbound_listen_addresses %}
interface: {{ address }}
{% endfor %}
2021-07-16 19:53:55 +02:00
{% for accesscontrol in unbound_access_control %}
{{ accesscontrol }}
{% endfor %}
2018-03-10 19:18:04 +01:00
chroot: ""
log-time-ascii: yes
log-queries: no
verbosity: 1
hide-identity: yes
hide-version: yes