diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-08 03:32:42 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-08 03:32:42 +0200 |
| commit | 222cafd9672354da0347e28afaf004fa8cef96b8 (patch) | |
| tree | 26ce42e8a55971dc5bbf11ba25a1984014f4f65f /roles/network/meta | |
| parent | db1d359a33d2871b57ca850c8943cc123d24e1f5 (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 'roles/network/meta')
| -rw-r--r-- | roles/network/meta/argument_specs.yml | 9 |
1 files changed, 0 insertions, 9 deletions
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" |
