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
* Resolve issue #133
Added vaultTmpPath option to set a different temporary path, rather than the default workspace,for temporary files generated by interacting with the vault
* Test modified to get temp path from system property java.io.tmpdir, maybe fix Windows test
* Fixed test in Windows environment, moved vaultTmpPath 'not presence check' to the right test
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ See also [jenkins.io](https://jenkins.io/doc/pipeline/steps/ansible/) documentat
72
72
| Inventory inline content | inventoryContent | CLI arg: `-i`: See the Inventory section for additional details. |
73
73
| Credentials | credentialsId | The Jenkins credential to use for the SSH connection. See the Authentication section for additional details. |
74
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
+
| Vault temp path | vaultTmpPath | Path where to store temporary vault secrets files, ssh key files, etc... Default is in workspace. |
75
76
| sudo | become | CLI arg: `-s`|
76
77
| sudo user | becomeUser | CLI arg: `-U`|
77
78
| Number of parallel processes | forks | CLI arg: `-f`|
@@ -123,6 +124,7 @@ for documentation extracted from the online help of the plugin.
123
124
| Inventory inline content | inventoryContent | CLI arg: `-i`: See the inventory section for details. |
124
125
| Credentials | credentialsId | The Jenkins credential to use for the SSH connection. See the Authentication section for additional details |
125
126
| Vault Credentials | vaultCredentialsId | The Jenkins credential to use as the vault credential. See the Vault Credentials section for more details |
127
+
| Vault temp path | vaultTmpPath | Path where to store temporary vault secrets files, ssh key files, etc... rkspace. |
126
128
| sudo | sudo | CLI arg: `-s`|
127
129
| sudo user | sudoUser | CLI arg: `-U`|
128
130
| Host subset | limit | CLI arg: `-l`|
@@ -269,6 +271,7 @@ See also [jenkins.io Pipeline step](https://jenkins.io/doc/pipeline/steps/ansibl
269
271
| Action | action | Mandatory. The name of the action to use. Interactive operations such as create, edit, and view are not supported. |
270
272
| Vault Credentials | vaultCredentialsId | CLI arg: `--vault-password-file`. The Jenkins credential to use as the vault credential. See the Vault Credentials section for more details |
271
273
| New Vault Credentials | newVaultCredentialsId | CLI arg: `--new-vault-password-file`. The Jenkins credential to use as the vault credential. See the Vault Credentials section for more details |
274
+
| Vault temp path | vaultTmpPath | Path where to store temporary vault secrets files, ssh key files, etc... Default is in workspace. |
272
275
| Content | content | The content to encrypt with the 'encrypt_string' action. |
273
276
| Input | input | The file to encrypt with the encrypt actions. |
0 commit comments