add rabbitmq ansible role
This commit is contained in:
4
ansible/roles/rabbitmq/files/limits.conf
Normal file
4
ansible/roles/rabbitmq/files/limits.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ ansible_managed }}
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=65536
|
||||
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