Disable ssl for rabbitmq

This is necessary as new versions of amqp in u-c significantly change
the ssl behaviour for rabbitmq requiring a proper CA cert alongside
a self signed certificate on the rabbitmq server.

Change-Id: I2573bcccef3e69da0a6671e6dff428a5c0e30549
This commit is contained in:
Jonathan Rosser 2021-02-01 12:25:04 +00:00
parent c4be769957
commit f523a24b89
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
rabbitmq_host_group: "rabbitmq_all"
rabbitmq_port: "{{ (rabbitmq_use_ssl | bool) | ternary(5671, 5672) }}"
rabbitmq_use_ssl: True
rabbitmq_use_ssl: False
rabbitmq_servers: >-
{{
groups[rabbitmq_host_group]