summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-02 01:30:46 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-02 01:30:46 +0200
commit744d2521ffc1c68fc0328731275c9fc7751f366d (patch)
tree59c829910a6eda6019d8302cb09bbe6604057e55 /host_vars
parent17f10052bdbc4cf5bfd0e2fa335f13c0165284a5 (diff)
Fix pihole and network manger DNS when VPN isn't active
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin610 -> 641 bytes
-rw-r--r--host_vars/rpi5.local.yml.example4
2 files changed, 2 insertions, 2 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index f5eccb3b..7cc346e8 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 2b0e9dbb..626570e2 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -1,10 +1,10 @@
---
network_ipv4_address: "10.0.0.200"
network_ipv4_gateway: "10.0.0.1"
-network_ipv4_dns: "10.0.0.200"
+# 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: "fd5c:fd8b:2b8c::200"
+# network_ipv6_dns: Will be set by pihole role
# TOTP generator: `openssl rand -base64 32 | head -c "20" | base32`
pihole_totp_secret: "CHANGEME"