rabbitmq: add node parameter in rabbitmq_user call
Change-Id: I4cf48620f03d67ea4a9ef327afbf3b1ebe28550b Closes-Bug: #1946506
This commit is contained in:
parent
12035a7049
commit
38729dc39c
@ -18,6 +18,7 @@
|
|||||||
module_args:
|
module_args:
|
||||||
user: "{{ item.user }}"
|
user: "{{ item.user }}"
|
||||||
password: "{{ item.password }}"
|
password: "{{ item.password }}"
|
||||||
|
node: "rabbit@{{ ansible_facts.hostname }}"
|
||||||
update_password: always
|
update_password: always
|
||||||
vhost: "{{ item.vhost }}"
|
vhost: "{{ item.vhost }}"
|
||||||
configure_priv: ".*"
|
configure_priv: ".*"
|
||||||
|
5
releasenotes/notes/bug-1946506-07bc6ee49fe6b017.yaml
Normal file
5
releasenotes/notes/bug-1946506-07bc6ee49fe6b017.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
rabbitmq: add node parameter in rabbitmq_user call.
|
||||||
|
`LP#1946506 <https://launchpad.net/bugs/1946506>`__
|
Loading…
x
Reference in New Issue
Block a user