Expand options to pass Ansible playbook
This commit is contained in:
parent
6bcc37732d
commit
ef8f38c09e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,7 +10,9 @@ pipeline {
|
|||||||
url: "${env.URL}"
|
url: "${env.URL}"
|
||||||
}
|
}
|
||||||
ansiblePlaybook playbook: "${env.PLAYBOOK}",
|
ansiblePlaybook playbook: "${env.PLAYBOOK}",
|
||||||
inventory: "${env.INVENTORY}"
|
inventory: "${env.INVENTORY}",
|
||||||
|
limit: params.getOrDefault('LIMIT', 'all'),
|
||||||
|
tags: params.getOrDefault('TAGS', 'all')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user