From fcbe78f3e53ddb8dafc800a8362ba756a61f1bd4 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 25 Feb 2026 17:33:39 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20task=20for=20importin?= =?UTF-8?q?g=20fail2ban=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces a new task that facilitates the import of fail2ban configuration files into the system. This enhancement allows for automated and consistent management of security settings, improving the overall security posture. --- tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 107d3b5..09ec831 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -42,3 +42,6 @@ - name: Configure ram usage ansible.builtin.import_tasks: ram.yml + +- name: SetUp fail2ban + ansible.builtin.import_tasks: fail2ban.yml