blob: e391e6552c8f66526d8bf0d626213d9321c8e7f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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_boot argument in role: partition"
partition_root:
type: "dict"
required: true
description: "Check partition_root argument in role: partition"
|