feat ✨: Add task for importing fail2ban configuration #44
@@ -42,3 +42,6 @@
|
||||
|
||||
- name: Configure ram usage
|
||||
ansible.builtin.import_tasks: ram.yml
|
||||
|
||||
- name: SetUp fail2ban
|
||||
ansible.builtin.import_tasks: fail2ban.yml
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user
[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.