You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Ansible installation | Ansible installation to use for the playbook invocation |
61
-
| Host pattern | The host pattern to manage. See Ansible Patterns for details. |
62
-
| Module | CLI arg: `-m`|
63
-
| Module arguments or command to execute | CLI arg: `-a`|
64
-
| Inventory file or host list | CLI arg: `-i`: See the Inventory section for additional details. |
65
-
| Inventory inline content | CLI arg: `-i`: See the Inventory section for additional details. |
66
-
| Credentials | The Jenkins credential to use for the SSH connection. See the Authentication section for additional details. |
67
-
| Vault Credentials | CLI arg: `--vault-password-file`: The Jenkins credential to use as the vault credential. See the Vault Credentials section for additional details. |
68
-
| sudo | CLI arg: `-s`|
69
-
| sudo user | CLI arg: `-U`|
70
-
| Number of parallel processes | CLI arg: `-f`|
71
-
| Check host SSH key | Toggle checking of the host key. Sets the environment variable `ANSIBLE_HOST_KEY_CHECKING`, similar to the recommendations for running with Vagrant. |
72
-
| Unbuffered stdout | Toggle buffering of standard out. Sets the environment variable `PYTHONUNBUFFERED`, similar to the recommendations for running with Vagrant. |
73
-
| Colorized stdout | Toggle color codes in console text. See Colorized Output section for example usage. Sets the environment variable `ANSIBLE_FORCE_COLOR`, similar to the recommendations for running with Vagrant. |
74
-
| Extra Variables | CLI arg: `-e`|
75
-
| Additional parameters | String passed to the Ansible Command Line invocation as-is. |
| Ansible installation |installation |Ansible installation to use for the playbook invocation |
68
+
| Host pattern |hosts |The host pattern to manage. See Ansible Patterns for details. |
69
+
| Module |module |CLI arg: `-m`|
70
+
| Module arguments or command to execute |moduleArguments |CLI arg: `-a`|
71
+
| Inventory file or host list |inventory |CLI arg: `-i`: See the Inventory section for additional details. |
72
+
| Inventory inline content |inventoryContent |CLI arg: `-i`: See the Inventory section for additional details. |
73
+
| Credentials |credentialsId |The Jenkins credential to use for the SSH connection. See the Authentication section for additional details. |
74
+
| Vault Credentials |vaultCredentialsId |CLI arg: `--vault-password-file`: The Jenkins credential to use as the vault credential. See the Vault Credentials section for additional details. |
75
+
| sudo |become |CLI arg: `-s`|
76
+
| sudo user |becomeUser |CLI arg: `-U`|
77
+
| Number of parallel processes |forks |CLI arg: `-f`|
78
+
| Check host SSH key |hostKeyChecking |Toggle checking of the host key. Sets the environment variable `ANSIBLE_HOST_KEY_CHECKING`, similar to the recommendations for running with Vagrant. |
79
+
| Unbuffered stdout ||Toggle buffering of standard out. Sets the environment variable `PYTHONUNBUFFERED`, similar to the recommendations for running with Vagrant. |
80
+
| Colorized stdout |colorized |Toggle color codes in console text. See Colorized Output section for example usage. Sets the environment variable `ANSIBLE_FORCE_COLOR`, similar to the recommendations for running with Vagrant. |
81
+
| Extra Variables |extraVars |CLI arg: `-e`|
82
+
| Additional parameters |extras |String passed to the Ansible Command Line invocation as-is. |
0 commit comments