summaryrefslogtreecommitdiffstats
path: root/roles/network/meta/argument_specs.yml
blob: b6c521fec7b053f1e94fc46a14d69fa315b0e0c2 (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
35
36
37
38
39
40
41
---
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"
      network_ipv4_dns:
        type: "str"
        description: "The network IP(4) gateway to configure when provided"
      network_ipv6_gateway:
        type: "str"
        description: "Static IPv6 default route via router link-local — set when router RA is disabled"
        required: false
      network_prefer_ipv4:
        type: "bool"
        description: "Prefer IPv4 over IPv6 for address resolution"
        required: false
        default: false
      network_ipv6_disabled:
        type: "bool"
        description: "Disable IPv6 on all network connections"
        required: false
        default: false
      network_bridge_interface:
        type: "str"
        description: "Physical NIC to enslave as vmbr0 bridge port"
        required: false