No description
| defaults | ||
| meta | ||
| tasks | ||
| templates | ||
| vars | ||
| README.md | ||
ansible role to deploy and configure pihole, including local DNS entries
Required variables
... e.g. in group_vars
local_dns_entriesA list of local DNS entries to be set up. Only IPv4 is supported currently. Example:local_dns_entries: - domain: printer.local ip4: 192.168.1.50pihole_admin_passwordThe password to be used on the WebUI login. Should be defined in an encrypted ansible vault