No description
Find a file
2023-09-13 10:45:36 +02:00
defaults Made role OS-specific, added README 2022-07-13 20:14:18 +02:00
meta Added default meta/main.yml 2022-07-13 13:02:54 +02:00
tasks fixes in unbound 2023-09-13 10:45:36 +02:00
templates fixes in unbound 2023-09-13 10:45:36 +02:00
vars Made role OS-specific, added README 2022-07-13 20:14:18 +02:00
README.md Made role OS-specific, added README 2022-07-13 20:14:18 +02:00

ansible role to deploy and configure pihole, including local DNS entries

Required variables

... e.g. in group_vars

  • local_dns_entries A 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.50
    
  • pihole_admin_password The password to be used on the WebUI login. Should be defined in an encrypted ansible vault