blob: 1744925f638954b849b3eb77b221715e74804f88 (
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
|
---
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"
|