Oops, disable strict host key checking on that new sanity check I just added
This commit is contained in:
parent
68db46d11b
commit
f114c22012
@ -32,7 +32,7 @@ before_script:
|
|||||||
# Get ready for execution
|
# Get ready for execution
|
||||||
- ansible-galaxy install -r requirements.yml
|
- ansible-galaxy install -r requirements.yml
|
||||||
# And run a quick test SSH connection to the bastion box
|
# And run a quick test SSH connection to the bastion box
|
||||||
- ssh ansible@bastion1.dallas.mgmt.desu.ltd uptime
|
- ssh -o StrictHostKeyChecking=no ansible@bastion1.dallas.mgmt.desu.ltd uptime
|
||||||
after_script:
|
after_script:
|
||||||
- |
|
- |
|
||||||
[ -n "$ZEROTIER_NETWORK_ID" ] && \
|
[ -n "$ZEROTIER_NETWORK_ID" ] && \
|
||||||
|
Loading…
Reference in New Issue
Block a user