Skip to content

Commit 4d06970

Browse files
KASSAMANY YamenKASSAMANY Yamen
KASSAMANY Yamen
authored and
KASSAMANY Yamen
committed
Adding ansible vault job dsl documentation
1 parent e4fea8f commit 4d06970

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Diff for: README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ steps {
3131
skippedTags(String tags)
3232
startAtTask(String task)
3333
credentialsId(String id)
34+
vaultCredentialsId(String id)
3435
become(boolean become = true)
3536
becomeUser(String user = 'root')
3637
sudo(boolean sudo = true)
3738
sudoUser(String user = 'root')
3839
forks(int forks = 5)
3940
unbufferedOutput(boolean unbufferedOutput = true)
4041
colorizedOutput(boolean colorizedOutput = false)
41-
hostKeyChecking(boolean hostKeyChecking = false)
42+
disableHostKeyChecking(boolean disableHostKeyChecking = false)
4243
additionalParameters(String params)
4344
extraVars {
4445
extraVar(String key, String value, boolean hidden)
@@ -50,6 +51,7 @@ steps {
5051
inventoryPath(String path)
5152
inventoryContent(String content, boolean dynamic = false)
5253
credentialsId(String id)
54+
vaultCredentialsId(String id)
5355
hostPattern(String pattern)
5456
become(boolean become = true)
5557
becomeUser(String user = 'root')
@@ -58,12 +60,22 @@ steps {
5860
forks(int forks = 5)
5961
unbufferedOutput(boolean unbufferedOutput = true)
6062
colorizedOutput(boolean colorizedOutput = false)
61-
hostKeyChecking(boolean hostKeyChecking = false)
63+
disableHostKeyChecking(boolean disableHostKeyChecking = false)
6264
additionalParameters(String params)
6365
extraVars {
6466
extraVar(String key, String value, boolean hidden)
6567
}
6668
}
69+
70+
ansibleVault {
71+
ansibleName(String name)
72+
action(String action)
73+
vaultCredentialsId(String id)
74+
newVaultCredentialsId(String id)
75+
content(String content)
76+
input(String input)
77+
output(String output)
78+
}
6779
}
6880
```
6981

0 commit comments

Comments
 (0)