feat : Add task for importing fail2ban configuration #44

Merged
Jose merged 1 commits from dev into main 2026-02-25 17:35:26 +01:00
Showing only changes of commit fcbe78f3e5 - Show all commits

View File

@@ -42,3 +42,6 @@
- name: Configure ram usage
ansible.builtin.import_tasks: ram.yml
- name: SetUp fail2ban
ansible.builtin.import_tasks: fail2ban.yml
Review

[Lines 46-47] [Score: 3] Maintainability - It's a good practice to provide a comment explaining the purpose of new tasks, especially when they are added with the intention of improving security (e.g., fail2ban). This will help others understand the code more easily.

[Lines 46-47] [Score: 3] Maintainability - It's a good practice to provide a comment explaining the purpose of new tasks, especially when they are added with the intention of improving security (e.g., fail2ban). This will help others understand the code more easily.