Cloud.Ansible.Tower
{
"account": "string",
"count": 0,
"host": "string",
"hostVariables": "string",
"jobTemplates": {
"de-provision": [
"string"
],
"provision": [
"string"
]
},
"maxConnectionRetries": 0
}
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 '${
Variables in YAML or JSON syntax that will be assigned to the host. They will be placed under inventory host_vars/*
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 connection failures