From 8f539a76effcfb794145905736106de9e7f6aa8d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 21:50:28 +0200 Subject: Add pihole role to configure raspberry pi --- host_vars/rpi5.local.yml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host_vars/rpi5.local.yml.example') diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index aa9af763..57ce2750 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -1,3 +1,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] }}" -- cgit v1.2.3