2021-01-23 14:40:29 +01:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
2021-01-23 14:25:35 +01:00
|
|
|
/var/log/syslog
|
|
|
|
{
|
|
|
|
rotate 7
|
|
|
|
daily
|
|
|
|
missingok
|
|
|
|
notifempty
|
|
|
|
delaycompress
|
|
|
|
compress
|
|
|
|
postrotate
|
|
|
|
/usr/lib/rsyslog/rsyslog-rotate
|
|
|
|
endscript
|
|
|
|
}
|
|
|
|
|
|
|
|
/var/log/mail.info
|
|
|
|
/var/log/mail.warn
|
|
|
|
/var/log/mail.err
|
|
|
|
/var/log/mail.log
|
|
|
|
/var/log/daemon.log
|
|
|
|
/var/log/kern.log
|
|
|
|
/var/log/auth.log
|
|
|
|
/var/log/user.log
|
|
|
|
/var/log/lpr.log
|
|
|
|
/var/log/cron.log
|
|
|
|
/var/log/debug
|
|
|
|
/var/log/messages
|
|
|
|
{
|
2021-01-23 17:19:50 +01:00
|
|
|
rotate 90
|
2021-01-23 14:25:35 +01:00
|
|
|
daily
|
|
|
|
missingok
|
|
|
|
notifempty
|
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
sharedscripts
|
|
|
|
postrotate
|
|
|
|
/usr/lib/rsyslog/rsyslog-rotate
|
|
|
|
endscript
|
|
|
|
}
|