From d7e345a948495bf0b7c09e2afc36db60d015ffc0 Mon Sep 17 00:00:00 2001 From: Bartosz Kuzma Date: Sat, 18 Mar 2023 04:30:50 +0100 Subject: [PATCH] Prepare to run Ansible playbook --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 81c0e5d..1a3ecd9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,11 @@ pipeline { pwd ls ''' + ansiblePlaybook( + playbook: 'TOOLS.yml', + inventory: 'inventory/hosts', + credentialsId: 'tools-deploy-key' + ) } } }