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 {
|
pipeline {
|
||||||
agent { label 'hugo' }
|
agent { label 'ansible' }
|
||||||
environment {
|
environment {
|
||||||
CHAT = "spacenerdmo@clacks.network"
|
CHAT = "morgan@mcmillian.dev"
|
||||||
MAIL = "morgan@mcmillian.dev"
|
MAIL = "morgan@mcmillian.dev"
|
||||||
ANSIBLE_HOST_KEY_CHECKING = "False"
|
ANSIBLE_HOST_KEY_CHECKING = "False"
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Execute playbook') {
|
stage('Execute playbook') {
|
||||||
steps {
|
steps {
|
||||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply")
|
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[web]
|
[web]
|
||||||
uryod
|
aughra.dreamfall.space
|
||||||
|
|
Loading…
Reference in a new issue