ansible/roles/rabbitmq_cluster
Aurélien Bompard 9c5d4f0768
Repair logging in rabbitmq
We had set the wrong file context for log files.
This changes is followed by these commands:

- `ansible -m command rabbitmq\* -a 'semanage fcontext -d -t var_log_t "/var/log/rabbitmq(/.*)?"'`
- `ansible -m command rabbitmq\* -a 'restorecon -v -R /var/log/rabbitmq'`

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-03-28 12:10:47 +01:00
..
defaults Fix majority of remaining yamllint warnings and errors 2024-11-28 17:31:45 +10:00
files Create, build and load a custom SELinux module for NRPE & RabbitMQ 2020-04-24 21:34:07 +02:00
tasks Repair logging in rabbitmq 2025-03-28 12:10:47 +01:00
templates rabbitmq/server: fix template to cluster to the right nodes 2020-05-20 14:31:19 -07:00