Refactor SSH configuration and playbook execution in ansible-apply.yaml

This commit is contained in:
2024-09-24 20:14:45 +02:00
parent 05e0a66919
commit 8a43e2e301
4 changed files with 6 additions and 27 deletions
+2
View File
@@ -78,6 +78,8 @@ jobs:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
cd ansible
# Currently, the playbook_hardening.yml is failing due to the aide package and UFW
# sectool exec ansible-playbook -u $ANSIBLE_USER -i inventory/hosts playbook_hardening.yml
sectool exec ansible-playbook -u $ANSIBLE_USER -i inventory/hosts playbook_microk8s.yml
sectool exec ansible-playbook -u $ANSIBLE_USER -i inventory/hosts playbook_gitea.yml
sectool exec ansible-playbook -u $ANSIBLE_USER -i inventory/hosts playbook_nextcloud.yml