mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
RabbitMQ: be more specific for the server-named queues to avoid conflict with exchange names
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -354,8 +354,8 @@
|
||||
- vhost: /public_pubsub
|
||||
# Matches, for example, de23804a-304a-4228-b239-35099c98bd1e
|
||||
# Regex is Erlang flavored: http://erlang.org/doc/man/re.html
|
||||
configure_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\..*)$"
|
||||
write_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\..*)$"
|
||||
configure_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\.gen-.*)$"
|
||||
write_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\.gen-.*)$"
|
||||
read_priv: .*
|
||||
state: present
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user