added changes

This commit is contained in:
Madhuri-chinta 2023-03-14 21:55:21 +05:30
parent b4f4d6c767
commit 177659dec9

3
Jenkinsfile vendored
View file

@ -57,7 +57,8 @@ pipeline {
}
stage('deploy') {
steps {
sh ansible
sh 'ansible -i ./ansible/hosts -m ping all'
sh 'ansible-playbook -i ./ansible/hosts ./ansible/spc.yaml'
}
}
}