11 lines
354 B
YAML
11 lines
354 B
YAML
---
|
|
pihole_interface: "{{ ansible_default_ipv4.interface }}"
|
|
pihole_ipv4_address: "{{ ansible_default_ipv4.address }}/{{ ansible_default_ipv4.prefix }}"
|
|
pihole_dns_1: 8.8.8.8
|
|
pihole_dns_2: 8.8.4.4
|
|
pihole_query_logging: "true"
|
|
pihole_install_web_server: "true"
|
|
pihole_install_web_interface: "true"
|
|
pihole_lighttpd_enabled: "true"
|
|
pihole_cache_size: 10000
|