Add debian common role
This commit is contained in:
10
common-debian/templates/etc/logrotate.d/backup-rsync.j2
Normal file
10
common-debian/templates/etc/logrotate.d/backup-rsync.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
# Logrotate configuration for backup rsync log
|
||||
# {{ ansible_managed }}
|
||||
|
||||
/var/backups/rsync.log
|
||||
{
|
||||
rotate 1
|
||||
weekly
|
||||
missingok
|
||||
notifempty
|
||||
}
|
Reference in New Issue
Block a user