add rabbitmq ansible role
This commit is contained in:
9
ansible/roles/rabbitmq/files/logrotate
Normal file
9
ansible/roles/rabbitmq/files/logrotate
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ ansible_managed }}
|
||||
|
||||
/var/log/rabbitmq/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
Reference in New Issue
Block a user