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

12 lines
177 B
Plaintext

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