From 8eddab77128a15d5281a41c9623dcd28651ce6f4 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Fri, 6 Jul 2018 08:38:38 +0200 Subject: [PATCH] Change AWX server to torn.tn.esss.lu.se torn was configured to run playbooks on the GPN via a proxy. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9dfed8..b2321ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ deploy-staging: script: - > tower-cli job launch - -h icsv-awx01.esss.lu.se + -h torn.tn.esss.lu.se -u ${ANSIBLE_AWX_USERNAME} -p ${ANSIBLE_AWX_PASSWORD} -J deploy-csentry-staging @@ -108,7 +108,7 @@ deploy-production: script: - > tower-cli job launch - -h icsv-awx01.esss.lu.se + -h torn.tn.esss.lu.se -u ${ANSIBLE_AWX_USERNAME} -p ${ANSIBLE_AWX_PASSWORD} -J deploy-csentry -- GitLab