From 198d35158bb6e3d4310325c66fba09c4059b8b0e Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 23 Apr 2022 11:10:49 -0500 Subject: [PATCH] Use ara during gitlab ci plays --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61eb946..3f7c1b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ image: rehashedsalt/ansible-env:bleeding variables: ANSIBLE_INVENTORY: inventories/production-no-auto ANSIBLE_STRATEGY: free + ARA_API_CLIENT: http + ARA_API_SERVER: "https://ara.desu.ltd" stages: - lint - test @@ -31,6 +33,8 @@ before_script: zerotier-cli listnetworks # Get ready for execution - ansible-galaxy install -r requirements.yml + # Set up our callback plugins + - source <(python3 -m ara.setup.env) # Run a quick test SSH connection to the bastion box - ssh -o StrictHostKeyChecking=no ansible@bastion1.dallas.mgmt.desu.ltd uptime # And a quick test SSH connection over proxy