3d166f99f6
Add it to the base playbook and add a testinfra test for it. Change-Id: Id5098f33aac213e6add6f061684d0214dc99ab5b
19 lines
582 B
Plaintext
19 lines
582 B
Plaintext
# If set, the unbound daemon will be started and stopped by the init script.
|
|
UNBOUND_ENABLE=true
|
|
|
|
# Whether to automatically update the root trust anchor file.
|
|
ROOT_TRUST_ANCHOR_UPDATE=true
|
|
|
|
# File in which to store the root trust anchor.
|
|
ROOT_TRUST_ANCHOR_FILE=/var/lib/unbound/root.key
|
|
|
|
# If set, the unbound init script will provide unbound's listening
|
|
# IP addresses as nameservers to resolvconf.
|
|
RESOLVCONF=true
|
|
|
|
# If set, resolvconf nameservers will be configured as forwarders
|
|
# to be used by unbound.
|
|
RESOLVCONF_FORWARDERS=false
|
|
|
|
#DAEMON_OPTS="-c /etc/unbound/unbound.conf"
|