summaryrefslogtreecommitdiffstats
path: root/roles/configure/meta/argument_specs.yml
blob: 3fcde7906f2d36a8f779ca224fb63cb75246433a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
argument_specs:
  main:
    options:
      configure_playbook_dir:
        type: "str"
        description: "The path to the configure playbook directory to run when provided"
      hostname:
        type: "str"
        required: true
        description: "The distro linux hostname to be configured (will configure if availabe in inventory)"
      partition_root:
        type: "dict"
        required: true
        description: "Check partition_root argument in role: partition, required options: mount_path"