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:
Jeremy Cline 2019-03-25 22:06:06 +00:00
parent e93cd702f0
commit b7c688a2ad

View file

@ -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) }}"