https://github.com/rolehippie/dnsmasq
Ansible role to install and configure dnsmasq DNS caching server
https://github.com/rolehippie/dnsmasq
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install and configure dnsmasq DNS caching server
- Host: GitHub
- URL: https://github.com/rolehippie/dnsmasq
- Owner: rolehippie
- License: apache-2.0
- Created: 2021-03-03T09:30:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T10:28:54.000Z (6 months ago)
- Last Synced: 2026-01-12T18:25:24.579Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dnsmasq
[](https://github.com/rolehippie/dnsmasq)
[](https://github.com/rolehippie/dnsmasq/actions/workflows/general.yml)
[](https://github.com/rolehippie/dnsmasq/actions/workflows/docs.yml)
[](https://github.com/rolehippie/dnsmasq/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/dnsmasq/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/dnsmasq)
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](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [dnsmasq_addresses](#dnsmasq_addresses)
- [dnsmasq_interfaces](#dnsmasq_interfaces)
- [dnsmasq_listen_address](#dnsmasq_listen_address)
- [dnsmasq_listen_port](#dnsmasq_listen_port)
- [dnsmasq_nameservers](#dnsmasq_nameservers)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### dnsmasq_addresses
List of addresses to map dns for
#### Default value
```YAML
dnsmasq_addresses: []
```
### dnsmasq_interfaces
List of interfaces to bind to
#### Default value
```YAML
dnsmasq_interfaces: []
```
### dnsmasq_listen_address
List of addresses to bind to
#### Default value
```YAML
dnsmasq_listen_address: []
```
### dnsmasq_listen_port
Optional a custom port to listen to
#### Default value
```YAML
dnsmasq_listen_port:
```
### dnsmasq_nameservers
List of upstream name servers
#### Default value
```YAML
dnsmasq_nameservers:
- 8.8.8.8
- 1.1.1.1
```
## Discovered Tags
**_dnsmasq_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)