system-config/playbooks/roles/unbound/tasks/Debian.yaml
James E. Blair 3d166f99f6 Add unbound role
Add it to the base playbook and add a testinfra test for it.

Change-Id: Id5098f33aac213e6add6f061684d0214dc99ab5b
2018-08-27 13:29:18 -07:00

14 lines
450 B
YAML

# We require the defaults file be in place before installing the
# package to work around this bug:
# https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/988513
# where we could end up briefly forwarding to a provider's broken
# DNS.
# This file differs from that in the package only by setting
# RESOLVCONF_FORWARDERS to false.
- name: Install unbound defaults file
copy:
src: unbound.default
dest: /etc/default/unbound
mode: 0444