summaryrefslogtreecommitdiffstats
path: root/host_vars/rpi5.local.yml.example
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-03 13:44:42 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-03 13:44:42 +0200
commit0e8eaf33ae78ea5976d8d025588e91a4ab750c45 (patch)
tree957553a6a14d74548fc8c4ab36c5792959dc1917 /host_vars/rpi5.local.yml.example
parentd3431c8716c7c32af743a0f0c9473c2cbd30f566 (diff)
Disable unstable ipv6 setup for now
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
-rw-r--r--host_vars/rpi5.local.yml.example3
1 files changed, 0 insertions, 3 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index 19201e12..9e310e50 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -2,8 +2,6 @@
network_interface: "eth0"
network_ipv4_address: "10.0.0.254"
network_ipv4_gateway: "10.0.0.1"
-network_ipv6_address: "fd5c:fd8b:2b8c::254/64"
-network_ipv6_gateway: "fe80::YOUR_ROUTER_LINK_LOCAL" # get from: ip -6 neigh show
pihole_hostname: "dns.home.arpa"
wg_portal_hostname: "vpn.home.arpa"
@@ -45,7 +43,6 @@ wireguard_connections:
gateway_enabled: true
gateway_router_interface: "{{ network_interface }}"
gateway_local_ipv4_subnet: "10.0.0.0/24"
-gateway_local_ipv6_subnet: "fd5c:fd8b:2b8c::/64"
prometheus_host: "localhost"
prometheus_port: 9090