Compare commits
2 commits
8075b57550
...
798f5c3f8d
Author | SHA1 | Date | |
---|---|---|---|
798f5c3f8d | |||
b3d4f99dca |
2 changed files with 4 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent { label 'ansible' }
|
||||
agent { label 'hugo' }
|
||||
environment {
|
||||
CHAT = "morgan@mcmillian.dev"
|
||||
CHAT = "spacenerdmo@clacks.network"
|
||||
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: "igor")
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply")
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[web]
|
||||
aughra.dreamfall.space
|
||||
uryod
|
||||
|
|
Loading…
Reference in a new issue