From ff4eb129eea3f3743f82e5f1f7858d43625dba3d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Jul 2026 00:42:43 +0200 Subject: Disable ipv6 completely and remove related code Co-Authored-By: Claude.ai --- host_vars/rpi5.local.yml.example | 4 ---- 1 file changed, 4 deletions(-) (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 ecc3ca12..20d9d15e 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -2,9 +2,6 @@ network_interface: "eth0" network_ipv4_address: "10.0.0.254" network_ipv4_gateway: "10.0.0.1" -network_prefer_ipv4: false -# Discover network_ipv6_gateway with: ip -6 route show default | grep ra (run on any device before disabling router RA) -# network_ipv6_gateway: "fe80::0000:1111:2222:3333" proxy_type: "caddy" @@ -52,7 +49,6 @@ wireguard_connections: gateway_enabled: true gateway_router_interface: "{{ network_interface }}" gateway_local_ipv4_subnet: "10.0.0.0/24" -gateway_local_ipv6_subnet: "fd00:0000:0000:0000::/64" prometheus_host: "localhost" prometheus_port: 9090 -- cgit v1.2.3