...
- Connect to Ansible
- Disconnect from Ansible
- Check Host
- Inventory Create
- Inventory Delete
- Inventory Create
- Inventory Update
- Script Execution
...
- Connection (text box editor type) (type: object): the Ansible Connection object. The output parameter from Connect To Ansible activity should be used as Input here.
Check Host
This activity checks if host(s) exists (ansible command ping).
Activity Parameters
The Check Host activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): the Ansible Connection object. The output parameter from Connect To Ansible activity should be used as Input here.
- Username (text box editor type) (type: string): enter hosts array of strings .E.g. New String() {"hostname1", "hostname2"}
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: List <KeyValuePair <String,String>>): outputs a list of returned ansible command result (ping) for each host.