added Jenkinsfile
All checks were successful
multibranch_ansible/pipeline/head This commit looks good

This commit is contained in:
2023-06-05 20:38:14 +02:00
parent 80f7e09113
commit 7e328517d8

2
Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ pipeline {
stage('Ansible Remote') {
agent any
steps {
ansiblePlaybook credentialsId: '35ed3bb3-d43d-409a-a789-762e1eda4aaf', inventory: '192.168.50.40,', playbook: 'test_play.yml'
ansiblePlaybook credentialsId: '35ed3bb3-d43d-409a-a789-762e1eda4aaf', playbook: 'test_play.yml'
}
}