diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-31 17:17:27 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-31 17:19:14 +0200 |
| commit | e700812dad60ee8b2b3345bf821640450f4f53cd (patch) | |
| tree | faee5a9b7e1c3777209c83d044eba510a827899a /roles/network/meta/argument_specs.yml | |
| parent | 295f2cd4595ff032f9631bb6c6b5a60ecaf6dce8 (diff) | |
Allow network role to configure ipv6
Diffstat (limited to 'roles/network/meta/argument_specs.yml')
| -rw-r--r-- | roles/network/meta/argument_specs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/network/meta/argument_specs.yml b/roles/network/meta/argument_specs.yml index 58cc4efa..7cb3f62d 100644 --- a/roles/network/meta/argument_specs.yml +++ b/roles/network/meta/argument_specs.yml @@ -18,3 +18,9 @@ argument_specs: network_ipv4_gateway: 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" |
