From 2aaa80ab3ef3d36176109f503991164d7a3dd40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 12 Aug 2019 16:42:24 +0200 Subject: [PATCH] Allow the RabbitMQ monitoring user to access the default vhost MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/rabbitmq_cluster/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/rabbitmq_cluster/tasks/main.yml b/roles/rabbitmq_cluster/tasks/main.yml index d8289c242f..7ecde86894 100644 --- a/roles/rabbitmq_cluster/tasks/main.yml +++ b/roles/rabbitmq_cluster/tasks/main.yml @@ -154,6 +154,10 @@ password: "{{ rabbitmq_monitoring_password_production }}" update_password: always permissions: + - vhost: / + configure_priv: "^$" + read_priv: "^$" + write_priv: "^$" - vhost: /pubsub configure_priv: "^$" read_priv: "^$"