...
The Playbook Create activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
...
The Playbook Delete activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
...
The Playbook Execute activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
...
The Playbook Read activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
- Certificate Content (text box editor type) (type: string): enter the content of the authentication certificate (OpenSSH / SSH Type) or bind this to a global variable of type binary containing the certificate content. This parameter takes precedence over the password parameter for the input username.
- Certificate Path (text box editor type) (type: string): enter the path of the authentication certificate (OpenSSH / SSH Type). This parameter takes precedence over the Certificate Content parameter.
- Host name / IP Address (text box editor type) (type: string): the DNS name or IP address of the SSH host.
- Passphrase (text box editor type) (type: string): the passphrase for the certificate, if the selected certificate has passphrase. If not, leave this parameter empty.
- Passphrase Binding (text box editor type) (type: string): bind to a variable containing the encrypted passphrase for the certificate host, if the selected certificate has passphrase. If not, leave this parameter empty. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
- Password (password editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the SSH host. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
- SSH Port (text box editor type) (type: Int32): default value for the SSH port is 22.
- SSH Timeout (text box editor type) (type: Int32): default value for the SSH timeout is 60 seconds to establish a SSH connection to the specified host.
- Username (text box editor type) (type: string): the username to connect to the SSH Ansible host.E.g. 'root'
...
The Playbook Update activity parameters can be provided by manual inserted values or via IN arguments or variables:
Connection Parameters:
...