blob: 920e92ff91c4b908e9e41b995cda9e9b7a4ffd24 (
plain) (
blame)
1
2
3
4
5
6
7
|
---
network_ipv4_address: "10.0.0.202"
network_ipv4_gateway: "10.0.0.1"
# TOTP generator: `openssl rand -base64 32 | head -c "20" | base32`
pihole_totp_secret: "CHANGEME"
pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}"
|