Update
This commit is contained in:
@@ -43,8 +43,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo " Checking SSH key setup..."
|
echo " Checking SSH key setup..."
|
||||||
head -5 ~/.ssh/id_rsa | cat -v
|
head -5 ~/.ssh/id_rsa | cat -v
|
||||||
ls -l ~/.ssh/id_rsa
|
|
||||||
file ~/.ssh/id_rsa || echo "file command not available"
|
|
||||||
echo " Testing SSH connection..."
|
echo " Testing SSH connection..."
|
||||||
ssh -i ~/.ssh/id_rsa root@213.95.90.157 'echo SSH connection successful'
|
ssh -i ~/.ssh/id_rsa root@213.95.90.157 'echo SSH connection successful'
|
||||||
echo " Running Ansible Playbook..."
|
echo " Running Ansible Playbook..."
|
||||||
|
|||||||
Reference in New Issue
Block a user