diff options
Diffstat (limited to 'roles/bootstrap/meta/argument_specs.yml')
| -rw-r--r-- | roles/bootstrap/meta/argument_specs.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/bootstrap/meta/argument_specs.yml b/roles/bootstrap/meta/argument_specs.yml new file mode 100644 index 0000000..e391e65 --- /dev/null +++ b/roles/bootstrap/meta/argument_specs.yml @@ -0,0 +1,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" |
