kayobe/ansible/group_vars/all/dns
stack 53c5ee1366 Allow resolv.conf configuration to be prevented
In some cases we may wish to use an existing DNS resolver configuration, or to
acquire the configuration via a protocol such as DHCP. In these cases the
variable resolv_is_managed should be set to false.

Change-Id: I1e4661f3eedd87da15142d2d6815aaeb0493be6c
Story: 2001967
Task: 15718
2018-05-09 19:12:00 +01:00

25 lines
467 B
Plaintext

---
###############################################################################
# DNS.
# Whether kayobe should configure resolv.conf.
resolv_is_managed: true
# List of DNS nameservers.
resolv_nameservers:
- 8.8.8.8
- 8.8.4.4
# DNS domain suffix.
#resolv_domain:
# List of DNS search suffixes.
#resolv_search:
# List of IP address and netmask pairs to sort addresses returned by
# gethostbyname.
#resolv_sortlist:
# List of DNS options.
#resolv_options: