|
2 | 2 |
|
3 | 3 | * ``username`` (string) - Username used to log-in. If not provided, default username from config is used.
|
4 | 4 | * ``private_key`` (string) - Private key material or path to the private key file on disk used to log in.
|
5 |
| -* ``cmd`` (string) - Arbitrary Linux command to be executed on the remote host(s). |
6 |
| -* ``timeout`` (integer) - Action timeout in seconds. Action will get killed if it doesn't finish in timeout seconds. |
| 5 | +* ``sudo_password`` (string) - Sudo password. To be used when paswordless sudo is not allowed. |
7 | 6 | * ``env`` (object) - Environment variables which will be available to the command(e.g. key1=val1,key2=val2)
|
8 | 7 | * ``sudo`` (boolean) - The remote command will be executed with sudo.
|
9 |
| -* ``cwd`` (string) - Working directory where the script will be executed in |
10 | 8 | * ``kwarg_op`` (string) - Operator to use in front of keyword args i.e. "--" or "-".
|
11 | 9 | * ``bastion_host`` (string) - The host SSH connections will be proxied through. Note: This connection is made using the same parameters as the final connection, and is only used in ParamikoSSHRunner.
|
12 |
| -* ``hosts`` (string) - A comma delimited string of a list of hosts where the remote command will be executed. |
13 | 10 | * ``passphrase`` (string) - Passphrase for the private key, if needed.
|
14 |
| -* ``parallel`` (boolean) - Default to parallel execution. |
15 | 11 | * ``password`` (string) - Password used to log in. If not provided, private key from the config file is used.
|
16 | 12 | * ``port`` (integer) - SSH port. Note: This parameter is used only in ParamikoSSHRunner.
|
| 13 | +* ``cmd`` (string) - Arbitrary Linux command to be executed on the remote host(s). |
| 14 | +* ``parallel`` (boolean) - Default to parallel execution. |
| 15 | +* ``hosts`` (string) - A comma delimited string of a list of hosts where the remote command will be executed. |
| 16 | +* ``timeout`` (integer) - Action timeout in seconds. Action will get killed if it doesn't finish in timeout seconds. |
| 17 | +* ``cwd`` (string) - Working directory where the script will be executed in |
17 | 18 | * ``dir`` (string) - The working directory where the script will be copied to on the remote host.
|
0 commit comments