This commit is contained in:
parent
57647ddad3
commit
77f71235c7
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ jobs:
|
|||
command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add - <<< "${{ secrets.C3LF_SSH_TESTING }}"
|
||||
echo "andromeda.lab.or.it ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDXPoO0PE+B9PYwbGaLo98zhbmjAkp6eBtVeZe43v/+T" >> ~/.ssh/known_hosts
|
||||
mkdir /etc/ansible
|
||||
echo "${{ secrets.C3LF_INVENTORY_TESTING }}" > /etc/ansible/hosts
|
||||
|
||||
|
|
Loading…
Reference in a new issue