Do not run rsyslog against RabbitMQ
Since RabbitMQ now uses journald logging, there's no reason to run rsyslog_client against RabbitMQ hosts. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/826345 Change-Id: I713c691f38c472871af591515fac0b9c593c56a7
This commit is contained in:
parent
7355944041
commit
64500404c4
@ -60,14 +60,6 @@
|
||||
user: root
|
||||
roles:
|
||||
- role: "rabbitmq_server"
|
||||
|
||||
post_tasks:
|
||||
- include_tasks: "common-tasks/rsyslog-client.yml"
|
||||
vars:
|
||||
rsyslog_client_log_rotate_file: rabbitmq_log_rotate
|
||||
rsyslog_client_log_dir: "/var/log/rabbitmq"
|
||||
rsyslog_client_config_name: "99-rabbitmq-rsyslog-client.conf"
|
||||
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
- rabbitmq
|
||||
|
Loading…
Reference in New Issue
Block a user