Set up dns in Debian-like systems.
None
dns_remove_resolvconf
[default:true
]: Whether or not to remove theresolvconf
packagedns_domain
[default:''
]: Local domain name. Most queries for names within this domain can use short names relative to the local domaindns_nameservers
[default:[8.8.8.8, 8.8.4.4]
]: Internet address(es) (in dot notation) of name servers that the resolver should querydns_searches
[default:[]
]: Search list for host-name lookup. The search list is normally determined from the local domain name; by default, it contains only the local domain namedns_options
[default:[]
]: Additional resolv.conf options, seedns_dhclient_rules
[default:supersede
fordomain-name
,prepend
fordomain-name-servers
andsupersede
fordomain-search
]: see http://manpages.ubuntu.com/manpages/precise/man5/dhclient.conf.5.htmldns_dhclient_file
[default:/etc/dhcp/dhclient.conf
]: The location of the dhclient configuration file
None
---
- hosts: all
roles:
- oefenweb.dns
BSD
Mischa ter Smitten (based on work of jdauphant)
Are welcome!