summaryrefslogtreecommitdiffstats
path: root/roles/network/meta/argument_specs.yml
blob: cd30b69ce5f839b1a460632067a087514c11a8f7 (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
---
argument_specs:
  main:
    options:
      hostname:
        type: "str"
        description: "The distro linux network hostname to be used"
      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_packages:
        type: "list"
        description: "The network packages to install"
        elements: "str"
      network_packages_removed:
        type: "list"
        description: "The network packages to remove"
        elements: "str"
      network_services:
        type: "list"
        description: "The network services to enable"
        elements: "str"