From 17f10052bdbc4cf5bfd0e2fa335f13c0165284a5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 1 Sep 2025 22:24:41 +0200 Subject: Fix networking issues when VPN isn't active --- roles/network/meta/argument_specs.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/network/meta') diff --git a/roles/network/meta/argument_specs.yml b/roles/network/meta/argument_specs.yml index 7cb3f62d..86df33c6 100644 --- a/roles/network/meta/argument_specs.yml +++ b/roles/network/meta/argument_specs.yml @@ -18,9 +18,15 @@ argument_specs: network_ipv4_gateway: type: "str" description: "The network IP(4) gateway to configure when provided" + 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" -- cgit v1.2.3