diff --git a/Jenkinsfile b/Jenkinsfile index d902a01..7d98d68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } stage('Execute playbook') { steps { - ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor") + ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply") } post { success { diff --git a/hosts.ini b/hosts.ini index 4dcdaa9..7bf30aa 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,2 +1,2 @@ [web] -aughra.dreamfall.space +uryod