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

This commit is contained in:
2023-06-05 21:04:37 +02:00
parent 1f742c416e
commit feaed440a8

2
Jenkinsfile vendored
View File

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