---
- name: FAIL2BAN | Eine lokale Jail-Konfiguration erstellen
ansible.builtin.template:
src: jail.local.j2
dest: /etc/fail2ban/jail.local
owner: root
group: root
mode: '0644'
notify: restart fail2ban