added Jenkinsfile
Some checks failed
multibranch_ansible/pipeline/head There was a failure building this commit
Some checks failed
multibranch_ansible/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -19,7 +19,8 @@ pipeline {
|
|||||||
stage('Ansible') {
|
stage('Ansible') {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
ansiblePlaybook credentialsId: '209d0fa2-bbd7-4af5-9aac-deec1b6aa7ec', inventory: 'locahost,', playbook: 'test_play.yml'
|
ansiblePlaybook playbook: 'test_play.yml'
|
||||||
|
# ansiblePlaybook credentialsId: '209d0fa2-bbd7-4af5-9aac-deec1b6aa7ec', inventory: '192.168.150.40,', playbook: 'test_play.yml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
- name: "TestPlay"
|
- name: "TestPlay"
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: false
|
||||||
#hosts: 192.168.150.40
|
#hosts: 192.168.150.40
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
|
|||||||
Reference in New Issue
Block a user