EOX GitLab Instance

Skip to content
Snippets Groups Projects

Repositionning of the fail2ban configuration with nftables from wireguard to...

Merged Nicolas Baudoin requested to merge fail2ban-ext_srv into main
3 files
+ 21
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
0
---
# The unban script will allow fail2ban to delete rules from nftables by finding their handles
- name: Create an unban script for Fail2Ban to work with nftables
template:
src: nftables_unban.j2
dest: /usr/local/bin/nftables_unban
mode: '0755'
# The date script will generate the correct path for the log
- name: Create date script for Fail2Ban logpath
template:
Loading