added changes

This commit is contained in:
Madhuri-chinta 2023-03-14 22:40:47 +05:30
parent 65d74b8d00
commit 70c67d9356

1
Jenkinsfile vendored
View file

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