Prepare to run Ansible playbook
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -28,6 +28,11 @@ pipeline {
|
||||
pwd
|
||||
ls
|
||||
'''
|
||||
ansiblePlaybook(
|
||||
playbook: 'TOOLS.yml',
|
||||
inventory: 'inventory/hosts',
|
||||
credentialsId: 'tools-deploy-key'
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user