summaryrefslogtreecommitdiffstats
path: root/host_vars/rpi5.local.yml.example
blob: 57ce27505d9d2db28cbfe24de9dcd897dd1eba8a (plain) (blame)
1
2
3
4
5
6
---
network_ipv4_address: "10.0.0.202"
network_ipv4_gateway: "10.0.0.1"

pihole_totp: "CHANGEME" # TOTP generator: `openssl rand -base64 32 | head -c "20" | base32`
pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}"