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