fail2forward

This commit is contained in:
bee
2026-05-31 00:10:02 +02:00
parent fdc99031dd
commit 85cf6f5533
8 changed files with 79 additions and 21 deletions
+8 -2
View File
@@ -36,9 +36,15 @@
owner: root
group: root
mode: '0644'
notify: Restart fail2ban
handlers:
- name: Copy forward.conf
ansible.builtin.template:
src: forward.conf.j2
dest: /etc/fail2ban/action.d/forward.conf
owner: root
group: root
mode: '0644'
- name: Restart fail2ban
ansible.builtin.service:
name: fail2ban