mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 09:33:29 +08:00
rabbitmq: Add user and password for login
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
auto_delete: no
|
||||
durable: yes
|
||||
state: present
|
||||
login_user: admin
|
||||
login_password: "{{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }}"
|
||||
|
||||
- name: Bind the queue to the topic exchange
|
||||
delegate_to: "{{ rabbitmq_server }}"
|
||||
|
||||
Reference in New Issue
Block a user