Skip to content

Ansible role to install and configure dnsmasq DNS caching server

License

Notifications You must be signed in to change notification settings

rolehippie/dnsmasq

Repository files navigation

dnsmasq

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure dnsmasq DNS caching server.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

dnsmasq_addresses

List of addresses to map dns for

Default value

dnsmasq_addresses: []

dnsmasq_interfaces

List of interfaces to bind to

Default value

dnsmasq_interfaces: []

dnsmasq_listen_address

List of addresses to bind to

Default value

dnsmasq_listen_address: []

dnsmasq_nameservers

List of upstream name servers

Default value

dnsmasq_nameservers:
  - 8.8.8.8
  - 1.1.1.1

Discovered Tags

dnsmasq

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger