diff --git a/roles/rabbitmq_cluster/tasks/main.yml b/roles/rabbitmq_cluster/tasks/main.yml index a14f3eae58..f4027f18da 100644 --- a/roles/rabbitmq_cluster/tasks/main.yml +++ b/roles/rabbitmq_cluster/tasks/main.yml @@ -142,6 +142,14 @@ configure_priv: "^$" read_priv: "^$" write_priv: "^$" + - vhost: /bodhi + configure_priv: "^$" + read_priv: "^$" + write_priv: "^$" + - vhost: /odcs + configure_priv: "^$" + read_priv: "^$" + write_priv: "^$" tags: monitoring when: env == "staging" and inventory_hostname.startswith('rabbitmq01') tags: @@ -166,6 +174,14 @@ configure_priv: "^$" read_priv: "^$" write_priv: "^$" + - vhost: /bodhi + configure_priv: "^$" + read_priv: "^$" + write_priv: "^$" + - vhost: /odcs + configure_priv: "^$" + read_priv: "^$" + write_priv: "^$" tags: monitoring when: env == "production" and inventory_hostname.startswith('rabbitmq01') tags: