configure¶
The configure key can contain a sub-key per type of configuration which can occur.
Currently a single sub-key, playbooks, is available.
| Sub-key | Purpose | Available Values |
|---|---|---|
| playbooks | Contains sub-keys for baremetal resource providers |
playbooks¶
| Type | Required | Purpose |
|---|---|---|
| List | True | Contains a list of entries of playbook data. |
location¶
| Type | Required | Purpose |
|---|---|---|
| String | true | A path, relative to the workspace root, for a playbook for configuration. |
Note
The provided path should be relative to the workspace, unless you wish to specify the base directory
vars¶
| Type | Required | Purpose |
|---|---|---|
| List | false | A list of key : value pairs to be passed to the Ansible playbook as variables. |