blob: c69555d78f8691d6cb24754663d5cca285fca74d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
---
argument_specs:
main:
short_description: "Configure basic distro networking features"
description: "Configure basic distro networking features"
options:
network_wifi_ssid:
type: "str"
description: "The WIFI SSID to be configure when provided"
required: false
default: ""
network_wifi_pass:
type: "str"
description: "The WIFI Passphrase to be configure when provided"
required: false
default: ""
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"
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"
|