manala.dnsmasq
#######################################################################################################
:exclamation: DEPRECATION :exclamation:
This repository and the role associated are deprecated in favor of the Manala Ansible Collection
You will find informations on its usage on the collection repository
#######################################################################################################
Ansible Role: Dnsmasq 
:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:
This role will deal with the setup of Dnsmasq.
It's part of the Manala Ansible stack but can be used as a stand alone component.
Requirements
None.
Dependencies
None.
Installation
Ansible 2+
Using ansible galaxy cli:
ansible-galaxy install manala.dnsmasq
Using ansible galaxy requirements file:
- src: manala.dnsmasq
Role Handlers
| Name | Type | Description |
|---|---|---|
dnsmasq restart |
Service | Restart dnsmasq service |
Role Variables
| Name | Default | Type | Description |
|---|---|---|---|
manala_dnsmasq_install_packages |
~ | Array | Dependency packages to install |
manala_dnsmasq_install_packages_default |
['dnsmasq'] | Array | Default dependency packages to install |
manala_dnsmasq_configs_exclusive |
false | Boolean | Configurations exclusivity |
manala_dnsmasq_configs_dir |
'/etc/dnsmasq.d' | String | Configurations directory path |
manala_dnsmasq_configs_template |
~ | String | Configurations template |
manala_dnsmasq_configs |
[] | Array | Configurations |
Configuration example
manala_dnsmasq_configs:
- file: dev.conf
template: configs/default.dev.j2
Example playbook
- hosts: servers
roles:
- { role: manala.dnsmasq }
Licence
MIT
Author information
Manala (http://www.manala.io/)
Install
ansible-galaxy install manala.dnsmasqLicense
Unknown
Downloads
283
Owner
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.
