Give the admin user admin access to /public_pubsub
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
b7c688a2ad
commit
5acf7832cd
1 changed files with 9 additions and 4 deletions
|
@ -165,10 +165,15 @@
|
||||||
rabbitmq_user:
|
rabbitmq_user:
|
||||||
user: admin
|
user: admin
|
||||||
password: "{{ rabbitmq_admin_password_production }}"
|
password: "{{ rabbitmq_admin_password_production }}"
|
||||||
vhost: /pubsub
|
permissions:
|
||||||
configure_priv: .*
|
- vhost: /pubsub
|
||||||
read_priv: .*
|
configure_priv: .*
|
||||||
write_priv: .*
|
read_priv: .*
|
||||||
|
write_priv: .*
|
||||||
|
- vhost: /public_pubsub
|
||||||
|
configure_priv: .*
|
||||||
|
read_priv: .*
|
||||||
|
write_priv: .*
|
||||||
tags: management
|
tags: management
|
||||||
when: env == "production" and inventory_hostname.startswith('rabbitmq01')
|
when: env == "production" and inventory_hostname.startswith('rabbitmq01')
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue