Compare commits
1 Commits
6f1c9b2bf2
...
e6b26cc4cb
Author | SHA1 | Date |
---|---|---|
|
e6b26cc4cb |
|
@ -28,18 +28,14 @@ pipeline {
|
|||
|
||||
stage('Remount R/W') {
|
||||
steps {
|
||||
withCredentials([file(
|
||||
credentialsId: 'vault-jenkins@pyrocufflink.blue',
|
||||
variable: 'SUDO_PASS_FILE')]) {
|
||||
ansiblePlaybook \
|
||||
playbook: 'remount.yml',
|
||||
limit: 'koji',
|
||||
become: true,
|
||||
vaultCredentialsId: 'ansible-vault',
|
||||
extraVars: [
|
||||
remount_state: 'rw',
|
||||
],
|
||||
}
|
||||
ansiblePlaybook \
|
||||
playbook: 'remount.yml',
|
||||
limit: 'koji',
|
||||
become: true,
|
||||
vaultCredentialsId: 'ansible-vault',
|
||||
extraVars: [
|
||||
remount_state: 'rw',
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue