rabbitmq: Add user and password for login to binding
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
40773f5afa
commit
52d8c3939a
1 changed files with 2 additions and 0 deletions
|
@ -50,4 +50,6 @@
|
|||
routing_key: "{{ item }}"
|
||||
vhost: "{{ vhost }}"
|
||||
state: present
|
||||
login_user: admin
|
||||
login_password: "{{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }}"
|
||||
loop: "{{ routing_keys }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue