some tests
This commit is contained in:
11
tests/docker-ansible/scripts/run.sh
Normal file
11
tests/docker-ansible/scripts/run.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#/bin/bash
|
||||
|
||||
|
||||
source /scripts/.env.local
|
||||
echo $ANSIBLE_PRIVATE_KEY > /root/ansible_private_key
|
||||
source /scripts/.env.local
|
||||
cd /workspace
|
||||
chmod 600 /root/ansible_private_key
|
||||
cat /root/ansible_private_key
|
||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||
$ANSIBLE_COMMAND
|
||||
Reference in New Issue
Block a user