Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

  • 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:

Image Added


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.