chore 📦: Add comment to disable risky file permissions check
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:
@@ -123,6 +123,7 @@
|
||||
[IPSET {{ f2b_ipset_name }}]
|
||||
comment: Fail2Ban dynamic blacklist
|
||||
create: true
|
||||
# noqa risky-file-permissions
|
||||
|
||||
- name: fail2ban | Ensure RULES section exists
|
||||
ansible.builtin.blockinfile:
|
||||
|
||||
Reference in New Issue
Block a user