Prepare to run Ansible playbook

This commit is contained in:
2023-03-18 04:30:50 +01:00
parent 62375fc7a8
commit d7e345a948

5
Jenkinsfile vendored
View File

@@ -28,6 +28,11 @@ pipeline {
pwd
ls
'''
ansiblePlaybook(
playbook: 'TOOLS.yml',
inventory: 'inventory/hosts',
credentialsId: 'tools-deploy-key'
)
}
}
}