diff --git a/roles/common-server/tasks/main.yml b/roles/common-server/tasks/main.yml index 8e637b7..6504ebf 100644 --- a/roles/common-server/tasks/main.yml +++ b/roles/common-server/tasks/main.yml @@ -12,14 +12,3 @@ - "unattended-upgrades" - "joe" - "fail2ban" - -- name: configure "fail2ban" - template: - src: jail.local - dest: /etc/fail2ban/jail.local - -- name: Restart fail2ban - ansible.builtin.systemd: - name: fail2ban.service - state: restarted - enabled: true