mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-24 05:39:05 +00:00
play & role for mysql server
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/var/log/mysql/*.log {
|
||||
daily
|
||||
rotate 14
|
||||
missingok
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 640 mysql adm
|
||||
sharedscripts
|
||||
postrotate
|
||||
/usr/bin/mysqladmin flush-logs
|
||||
endscript
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user