Ansible role to install and configure dnsmasq DNS caching server.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
List of addresses to map dns for
dnsmasq_addresses: []
List of interfaces to bind to
dnsmasq_interfaces: []
List of addresses to bind to
dnsmasq_listen_address: []
List of upstream name servers
dnsmasq_nameservers:
- 8.8.8.8
- 1.1.1.1
dnsmasq
- None
Apache-2.0