chore 📦: Add comment to disable risky file permissions check
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s

This commit adds a comment in the codebase to disable a file permissions check that was deemed too risky. This change aims to simplify the build process while ensuring that we are aware of the potential security implications.
This commit is contained in:
2026-02-24 18:25:03 +01:00
parent e26b3f01f8
commit a120b1042b

View File

@@ -123,6 +123,7 @@
[IPSET {{ f2b_ipset_name }}] [IPSET {{ f2b_ipset_name }}]
comment: Fail2Ban dynamic blacklist comment: Fail2Ban dynamic blacklist
create: true create: true
# noqa risky-file-permissions
- name: fail2ban | Ensure RULES section exists - name: fail2ban | Ensure RULES section exists
ansible.builtin.blockinfile: ansible.builtin.blockinfile: