add dnsmasq role

This commit is contained in:
Sergey Malyuk
2025-12-11 10:27:01 +03:00
parent 2902ab08b3
commit d8118cdd8c
19 changed files with 235 additions and 0 deletions

37
roles/dnsmasq/README.md Normal file
View File

@@ -0,0 +1,37 @@
ansible-dnsmasq
=========
Deploy dnsmasq on the target node. For now, supports only DNS functionality (DHCP and TFTP are not configuratble).
Requirements
------------
Take care to open the port you choose for dnsmasq to serve queries on. This role does not handle firewall configuration.
Role Variables
--------------
None
Dependencies
------------
None
Example Playbook
----------------
```yaml
roles:
- role: genlab.dnsmasq
```
License
-------
BSD
Author Information
------------------
corvus-migratorius@proton.me