From 31251cb41473d989d4876c32387f4dab2c5f9a67 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 22 Jul 2022 07:25:56 -0500 Subject: [PATCH] Fix .gitlab-ci referring to a box that no longer existsj --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f7c1b9..6c39495 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ Nagios: stage: play-main retry: 1 script: - - ansible-playbook -l web3.dallas.mgmt.desu.ltd playbooks/prod_web.yml --tags nagios --ssh-common-args='-o ProxyCommand="ssh -W %h:%p -q ansible@bastion1.dallas.mgmt.desu.ltd"' --vault-password-file /vaultpw + - ansible-playbook -l vm-general-1.ashburn.mgmt.desu.ltd playbooks/prod_web.yml --tags nagios --ssh-common-args='-o ProxyCommand="ssh -W %h:%p -q ansible@bastion1.dallas.mgmt.desu.ltd"' --vault-password-file /vaultpw # CLEANUP Cleanup: