add unbound_resolver role
This commit is contained in:
10
ansible/roles/unbound_resolver/files/logrotate
Normal file
10
ansible/roles/unbound_resolver/files/logrotate
Normal file
@@ -0,0 +1,10 @@
|
||||
/var/log/unbound/*.log {
|
||||
weekly
|
||||
missingok
|
||||
rotate 52
|
||||
compress
|
||||
notifempty
|
||||
postrotate
|
||||
/usr/sbin/unbound-control log_reopen
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user