rabbitmq_cluster: Make the zmq.topic exchange a topic exchange
The default type is direct, but we want topic. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
e93cd702f0
commit
b7c688a2ad
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@
|
|||
delegate_to: "rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
||||
rabbitmq_exchange:
|
||||
name: "zmq.topic"
|
||||
exchange_type: "topic"
|
||||
vhost: "/public_pubsub"
|
||||
login_user: admin
|
||||
login_password: "{{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue