Cloud.Ansible.Tower
{
"account": "string",
"count": 0,
"host": "string",
"hostName": "string",
"hostVariables": "string",
"jobTemplates": {
"de-provision": [
"string"
],
"provision": [
"string"
]
},
"maxConnectionRetries": 0,
"maxJobRetries": 0,
"templates": {
"de-provision": [
{
"extraVars": "string",
"name": "string",
"type": "string",
"useDefaultLimit": false
}
],
"provision": [
{
"extraVars": "string",
"name": "string",
"type": "string",
"useDefaultLimit": false
}
]
}
}
The name of the Ansible Tower machine as designated in the infrastructure integration.
The number of resource instances to be created.
The machine to be managed by Ansible. Enter the name using the format '${
Name of the host to be created in Ansible inventory. If this property is not specified, then host will be created using resource name of machine.
Variables in YAML or JSON syntax that will be assigned to the host. They will be placed under inventory host_vars/*
Warning! jobTemplates is deprecated and will be removed. Use templates to execute job templates and workflow templates. Specifies an Ansible job template(s) to use with the specified integration. An Ansible job template is a collection of YAML scripts that define configuration management actions to execute on specified machines.
Number of times to retry in case of unreachable error while running the regular or workflow job templates.
Number of times to retry in case of template job failure.
Ansible job templates or workflow job templates to run. For all templates, type is set to job if type is not specified explicitly