chore: turn on fail2ban
All checks were successful
Deploy / Prepare Build (push) Successful in 39s

This commit is contained in:
2025-09-22 20:29:35 +10:00
parent 2aa543077c
commit 98536cd260
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ if [ ! -z "$changed_tasks" ]; then
if [[ "$tag" != "deploy-homelab.yml" && "$tag" != "main.yml" && "$tag" != "all.yml" && "$tag" != "all.example.yml" && "$tag" != "ISSUE_TEMPLATE" && "$tag" != "workflows" ]] ; then
tag=${tag%.*}_install
ansible-galaxy install -r requirements.yml
echo "Running playbook with tag: $tag"
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_password.txt
fi
done