summaryrefslogtreecommitdiffstats
path: root/roles/network/meta
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 /roles/network/meta
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 'roles/network/meta')
-rw-r--r--roles/network/meta/argument_specs.yml9
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"