This role will assume the setup of Dnsmasq
It's part of the ELAO Ansible stack but can be used as a stand alone component.
- Ansible 1.7.2+
- Pip
Using ansible galaxy:
ansible-galaxy install elao.dnsmasq
You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:
dependencies:
- { role: elao.dnsmasq }
Name | Type | Description |
---|---|---|
dnsmasq restart | Service | Restart dnsmasq service |
Name | Default | Type | Description |
---|---|---|---|
elao_dnsmasq_configs | [] | Array | Configs |
elao_dnsmasq_configs:
- file: dev.conf
template: configs/dev.conf.j2
- hosts: servers
roles:
- { role: elao.dnsmasq }
MIT