summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-02 02:41:58 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-02 02:41:58 +0200
commit0769d1a47f09148ce7ee3206c185004bbefb9f0b (patch)
tree891ce761d2baefb25c0df1ce16b58ce0c1a7f859 /host_vars
parent4c59a5a3d07ab0aa72aed3663823bbf69eec647e (diff)
Refactor the network fix for pihole
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin641 -> 547 bytes
-rw-r--r--host_vars/rpi5.local.yml.example3
2 files changed, 1 insertions, 2 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index 7cc346e8..9793f631 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 626570e2..e195ccfc 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -1,10 +1,9 @@
---
network_ipv4_address: "10.0.0.200"
network_ipv4_gateway: "10.0.0.1"
-# network_ipv4_dns: Will be set by pihole role
+
network_ipv6_address: "fd5c:fd8b:2b8c::200/64"
network_ipv6_gateway: "fd5c:fd8b:2b8c::1"
-# network_ipv6_dns: Will be set by pihole role
# TOTP generator: `openssl rand -base64 32 | head -c "20" | base32`
pihole_totp_secret: "CHANGEME"