summaryrefslogtreecommitdiffstats
path: root/roles/network/meta/argument_specs.yml
blob: 58cc4efa8a23cd55296066b0ffb422e92f883d4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
argument_specs:
  main:
    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"