From 68db46d11bbb7dc09a48bd0e7dcd2760429a3da5 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 14:20:12 -0600 Subject: [PATCH] Testing connectivity to the bastion box at all --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfa8def..48769b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,8 @@ before_script: zerotier-cli listnetworks # Get ready for execution - ansible-galaxy install -r requirements.yml + # And run a quick test SSH connection to the bastion box + - ssh ansible@bastion1.dallas.mgmt.desu.ltd uptime after_script: - | [ -n "$ZEROTIER_NETWORK_ID" ] && \