summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 21:50:28 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 23:28:42 +0200
commit8f539a76effcfb794145905736106de9e7f6aa8d (patch)
tree2538bb504082370f3d14da549b6a5e7e6f5ad487 /host_vars
parentbed8aaaeb0b63b2072fbd030d76f8f928432e7b8 (diff)
Add pihole role to configure raspberry pi
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin104 -> 198 bytes
-rw-r--r--host_vars/rpi5.local.yml.example3
2 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index d2c64414..96d80283 100644
--- a/host_vars/rpi5.local.yml
+++ b/host_vars/rpi5.local.yml
Binary files differ
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] }}"