summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-08 03:32:42 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-08 03:32:42 +0200
commite06dc8a7b62ad3029503914602401d5f235ce442 (patch)
tree26ce42e8a55971dc5bbf11ba25a1984014f4f65f /host_vars
parentbb0abab8308256c028c29e3732e53ef211cad613 (diff)
Refactor network role
Remove static IPv6 support from network role — all hosts use SLAAC (method=auto). Simplifies NM templates, argument_specs, and resolved.conf. gateway sysctl accept_ra=2 is now unconditional when gateway_enabled. Co-authored-by: Claude.ai
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.yml.example4
1 files changed, 1 insertions, 3 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index f93bc08e..f68e1ff0 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: "2a02:0000:0000:0000::254/64"
-network_ipv6_gateway: "fe00::0000:0000:0000:0001"
pihole_hostname: "dns.home.arpa"
wg_portal_hostname: "vpn.home.arpa"
@@ -45,7 +43,7 @@ wireguard_connections:
gateway_enabled: true
gateway_router_interface: "{{ network_interface }}"
gateway_local_ipv4_subnet: "10.0.0.0/24"
-gateway_local_ipv6_subnet: "2a02:0000:0000:0000::/64"
+gateway_local_ipv6_subnet: "fd00:0000:0000:0000::/64"
prometheus_host: "localhost"
prometheus_port: 9090