infrastructure/ansible/roles/base/files/fail2ban-logrotate

11 lines
177 B
Text

/var/log/fail2ban.log {
daily
rotate 7
missingok
compress
nodateext
notifempty
postrotate
/usr/bin/fail2ban-client flushlogs 1>/dev/null || true
endscript
}