Compare commits
No commits in common. "798f5c3f8ddf0672ad0d3b99d507a071be399189" and "8075b575508663d07857c31ab5be5e83916d0249" have entirely different histories.
798f5c3f8d
...
8075b57550
2 changed files with 4 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent { label 'hugo' }
|
||||
agent { label 'ansible' }
|
||||
environment {
|
||||
CHAT = "spacenerdmo@clacks.network"
|
||||
CHAT = "morgan@mcmillian.dev"
|
||||
MAIL = "morgan@mcmillian.dev"
|
||||
ANSIBLE_HOST_KEY_CHECKING = "False"
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ pipeline {
|
|||
}
|
||||
stage('Execute playbook') {
|
||||
steps {
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply")
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[web]
|
||||
uryod
|
||||
aughra.dreamfall.space
|
||||
|
|
Loading…
Reference in a new issue