From 121603668353f6fca40ff8f4621f3b84ec0097a6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 14 Aug 2025 03:44:52 +0200 Subject: Update host variables --- host_vars/rpi5.local.yml | Bin 198 -> 212 bytes host_vars/rpi5.local.yml.example | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml index 96d80283..d8c28a2b 100644 Binary files a/host_vars/rpi5.local.yml and b/host_vars/rpi5.local.yml differ 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] }}" -- cgit v1.2.3