diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-08-11 00:32:09 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-08-11 16:29:32 +0200 |
| commit | 1e148f4f5ccc5191aca4219b42b2c0bba0aab58b (patch) | |
| tree | 72ef0ee02dfeb29e6f3971c6948e6d989b2dd441 /roles/network/meta | |
| parent | aa51bedadb870d43b09dea96143e6fba496bd35f (diff) | |
Add network ipv4 configurations
Diffstat (limited to 'roles/network/meta')
| -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 33561c8d..32eed955 100644 --- a/roles/network/meta/argument_specs.yml +++ b/roles/network/meta/argument_specs.yml @@ -24,3 +24,9 @@ argument_specs: type: "list" description: "The network services to enable" elements: "str" + network_ipv4_address: + type: "str" + description: "The network IP(4) address to configure when provided" + network_ipv4_gateway: + type: "str" + description: "The network IP(4) gateway to configure when provided" |
