blob: 4e1d0bf7375de1046ebdabea19ddfd8ef8a1ac04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}"
pihole_totp_secret: "CHANGEME"
pihole_dns:
# Cloudflare
- "1.1.1.1"
- "2606:4700:4700::1111"
# Google
- "8.8.8.8"
- "2001:4860:4860:0:0:0:0:8888"
pihole_interface: "eth0"
pihole_dns_blocking_enabled: true
pihole_dhcp_enabled: false
pihole_dhcp_lease_time: ""
pihole_dhcp_domain: "local"
pihole_dhcp_hosts: []
pihole_domain: ""
pihole_port: "8081"
pihole_by_nginx: false
|