From 1ee152c06c74eadcf39f54465085a8b2e2a85965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 7 Sep 2024 00:27:52 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 1fbc569..95a6b25 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -30,12 +30,10 @@ jobs: -e ANSIBLE_PLAYBOOK_WORKSPACE_PATH=${GITHUB_WORKSPACE}/ansible \ -e ANSIBLE_HOST_KEY_CHECKING=false \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ - -v /tmp/ansible-tmp:/ansible-tmp \ - --entrypoint "/bin/bash" \ - git.limbosolutions.com/kb/ansible-playbook:dev \ - -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 " + git.limbosolutions.com/kb/ansible-playbook:dev + # --entrypoint "/bin/bash" \ - + #-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 " # git.limbosolutions.com/kb/ansible-playbook:dev -c "chmod -R a+rwx ${GITHUB_WORKSPACE}/ansible; ls -lah ${GITHUB_WORKSPACE}/ansible; python3 /scripts/run-ansible-playbook.py" # --entrypoint "/bin/bash" \