some tests

This commit is contained in:
2024-09-04 00:55:09 +01:00
parent 39e5d5a855
commit 25802094a5
4 changed files with 30 additions and 0 deletions

View 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