summaryrefslogtreecommitdiffstats
path: root/host_vars/rpi5.local.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-14 03:44:52 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-14 03:44:52 +0200
commit121603668353f6fca40ff8f4621f3b84ec0097a6 (patch)
tree543279710a58f40d76d7686e86a9c0c43afcd929 /host_vars/rpi5.local.yml.example
parent71ced50b69cb34c4fad19afd4e8540fa270274f1 (diff)
Update host variables
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
-rw-r--r--host_vars/rpi5.local.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index 57ce2750..920e92ff 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -2,5 +2,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`
+# TOTP generator: `openssl rand -base64 32 | head -c "20" | base32`
+pihole_totp_secret: "CHANGEME"
pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}"