diff --git a/Jenkinsfile b/Jenkinsfile index d921297..2c2e433 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { ansiblePlaybook( playbook: 'main.yaml', inventory: 'hosts.ini', - credentialsId: 'onedrop-vetinari' + credentialsId: 'igor' ) } // post { diff --git a/hosts.ini b/hosts.ini index 85f1a81..86028d2 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,2 +1,2 @@ [web] -vetinari.dreamfall.space +vimes.dreamfall.space