Use ara during gitlab ci plays
This commit is contained in:
parent
61e96a258f
commit
198d35158b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user