blob: 00c7b3194e0c9533713248eec565b5ba0915daf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
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_broadcom_wl:
type: "bool"
required: false
default: false
description: "Install broadcom-wl driver (required for BCM4360 on Intel 2012 Macs)"
|