Cloud.Ansible.Tower

Cloud.Ansible.Tower
Cloud.Ansible.Tower
JSON Example
{
    "account": "string",
    "count": 0,
    "host": "string",
    "hostVariables": "string",
    "jobTemplates": {
        "de-provision": [
            "string"
        ],
        "provision": [
            "string"
        ]
    },
    "maxConnectionRetries": 0
}
string
account
Required

The name of the Ansible Tower machine as designated in the infrastructure integration.

integer
count
Optional

The number of resource instances to be created.

string As ^\$\{.+\.\*\}$
host
Required

The machine to be managed by Ansible. Enter the name using the format '${ .*}'.

string
hostVariables
Optional

Variables in YAML or JSON syntax that will be assigned to the host. They will be placed under inventory host_vars/*

object
jobTemplates
Required

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.

integer
maxConnectionRetries
Optional

Number of times to retry in case of connection failures