added Jenkinsfile
Some checks failed
multibranch_ansible/pipeline/head There was a failure building this commit

This commit is contained in:
2023-06-05 14:46:31 +02:00
parent 5e4aa5d892
commit 5a85a298a1

2
Jenkinsfile vendored
View File

@@ -20,7 +20,7 @@ pipeline {
agent any
steps {
ansiblePlaybook playbook: 'test_play.yml'
# ansiblePlaybook credentialsId: '209d0fa2-bbd7-4af5-9aac-deec1b6aa7ec', inventory: '192.168.150.40,', playbook: 'test_play.yml'
// ansiblePlaybook credentialsId: '209d0fa2-bbd7-4af5-9aac-deec1b6aa7ec', inventory: '192.168.150.40,', playbook: 'test_play.yml'
}
}
}