summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/meta/argument_specs.yml
blob: b7583788cfe810cb886341ee98d98cfcd0085b7c (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
---
argument_specs:
  main:
    options:
      hostname:
        type: "str"
        required: true
        description: "The distro linux hostname to be configured (will configure if availabe in inventory)"
      partition_boot:
        type: "dict"
        required: true
        description: "Check partition_root argument in role: partition, required options: mount_path"
      partition_root:
        type: "dict"
        required: true
        description: "Check partition_root argument in role: partition, required options: mount_path"
      bootstrap_mac:
        type: "bool"
        required: false
        default: false
        description: "Install broadcom-wl driver/spoof_osx (required for Intel 2012 Macs)"
      bootstrap_mac_boot_args:
        type: "str"
        required: false
        default: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06"
        description: "Extra kernel boot arguments appended to rEFInd boot entries when bootstrap_mac is true"
      bootstrap_pi:
        type: "bool"
        required: false
        default: false
        description: "Install Raspberry PI OS (Raspberry ISO reports as Debian)"
      bootstrap_proxmox:
        type: "bool"
        required: false
        default: false
        description: "Install Proxmox VE (Using Debian Live ISO since Proxmox ISO lacks automation)"