From 222cafd9672354da0347e28afaf004fa8cef96b8 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Wed, 8 Jul 2026 03:32:42 +0200 Subject: Refactor network role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- roles/network/meta/argument_specs.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'roles/network/meta') diff --git a/roles/network/meta/argument_specs.yml b/roles/network/meta/argument_specs.yml index 0c9f74fe..5f74b45c 100644 --- a/roles/network/meta/argument_specs.yml +++ b/roles/network/meta/argument_specs.yml @@ -21,15 +21,6 @@ argument_specs: network_ipv4_dns: type: "str" description: "The network IP(4) gateway to configure when provided" - network_ipv6_address: - type: "str" - description: "The network IP(6) address to configure when provided" - network_ipv6_gateway: - type: "str" - description: "The network IP(6) gateway to configure when provided" - network_ipv6_dns: - type: "str" - description: "The network IP(4) gateway to configure when provided" network_bridge_interface: type: "str" description: "Physical NIC to enslave as vmbr0 bridge port" -- cgit v1.2.3