rabbitmq / centos-odcs: specify correct vhost
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c60c1fbaf8
commit
88cae583c6
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
||||||
delegate_to: "{{ rabbitmq_server }}"
|
delegate_to: "{{ rabbitmq_server }}"
|
||||||
rabbitmq_user:
|
rabbitmq_user:
|
||||||
user: centos-odcs
|
user: centos-odcs
|
||||||
vhost: "{{ vhost }}"
|
vhost: /centos-odcs
|
||||||
read_priv: "^$" # Publish only, no reading
|
read_priv: "^$" # Publish only, no reading
|
||||||
write_priv: "amq\\.topic"
|
write_priv: "amq\\.topic"
|
||||||
configure_priv: "^$" # No configuration permissions
|
configure_priv: "^$" # No configuration permissions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue