.
Some checks failed
deploy host / Deploy (push) Failing after 12s

This commit is contained in:
2024-09-07 00:56:50 +01:00
parent d4319d66f9
commit 8c66c579d4

View File

@@ -29,7 +29,7 @@ jobs:
-v ./ssh-key:/ssh-key \
--entrypoint "/bin/bash" \
git.limbosolutions.com/kb/ansible-playbook:dev \
-c "chmod 600 /ssh-key; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml "
-c "chmod 600 /ssh-key; ls -lah /; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml "
# \
# -c "echo \"${{ secrets.HOST_ANSIBLE_PRIVATE_KEY }}\" > /ansible-tmp/cert; chmod 600 /ansible-tmp/cert; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ansible-tmp/cert site.yml "