summaryrefslogtreecommitdiffstats
path: root/roles/network/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-01 22:24:41 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-01 23:44:24 +0200
commit17f10052bdbc4cf5bfd0e2fa335f13c0165284a5 (patch)
treed3ca8c539c7f0d0e9a4a115de4e6be1bf24f3f5d /roles/network/meta
parent38b83b874e91027449e2ffcc2f8ee9e50d4c6554 (diff)
Fix networking issues when VPN isn't active
Diffstat (limited to 'roles/network/meta')
-rw-r--r--roles/network/meta/argument_specs.yml6
1 files changed, 6 insertions, 0 deletions
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"