Skip to content

Commit b6e315a

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

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Diff for: README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@ 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')
39+
tags(String tags)
40+
skippedTags(String skippedTags)
3841
forks(int forks = 5)
3942
unbufferedOutput(boolean unbufferedOutput = true)
4043
colorizedOutput(boolean colorizedOutput = false)
41-
hostKeyChecking(boolean hostKeyChecking = false)
44+
disableHostKeyChecking(boolean disableHostKeyChecking = false)
4245
additionalParameters(String params)
4346
extraVars {
4447
extraVar(String key, String value, boolean hidden)
@@ -50,6 +53,7 @@ steps {
5053
inventoryPath(String path)
5154
inventoryContent(String content, boolean dynamic = false)
5255
credentialsId(String id)
56+
vaultCredentialsId(String id)
5357
hostPattern(String pattern)
5458
become(boolean become = true)
5559
becomeUser(String user = 'root')
@@ -58,12 +62,22 @@ steps {
5862
forks(int forks = 5)
5963
unbufferedOutput(boolean unbufferedOutput = true)
6064
colorizedOutput(boolean colorizedOutput = false)
61-
hostKeyChecking(boolean hostKeyChecking = false)
65+
disableHostKeyChecking(boolean disableHostKeyChecking = false)
6266
additionalParameters(String params)
6367
extraVars {
6468
extraVar(String key, String value, boolean hidden)
6569
}
6670
}
71+
72+
ansibleVault {
73+
ansibleName(String name)
74+
action(String action)
75+
vaultCredentialsId(String id)
76+
newVaultCredentialsId(String id)
77+
content(String content)
78+
input(String input)
79+
output(String output)
80+
}
6781
}
6882
```
6983

0 commit comments

Comments
 (0)