Ansible role to install and configure Dnsmasq
None
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
None
- hosts: servers
vars:
dnsmasq_config:
- name: global.conf
content: |
port=53
bind-interfaces
priority: '00'
roles:
- role: cloudweeb.dnsmasq
BSD/MIT
Agnesius Santo Naibaho