Skip to content

Releases: usegalaxy-eu/ansible-rabbitmq

1.4.5

28 May 06:07
7f9e91b
Compare
Choose a tag to compare

What's Changed

  • Disable potentially vulnerable TLS versions by @ljocha in #7

New Contributors

  • @ljocha made their first contribution in #7

Full Changelog: 1.4.4...1.4.5

Fix user permission bug

13 Apr 14:45
5c185cc
Compare
Choose a tag to compare
1.4.3

Update configure.yml

Fixed vhost creation

12 Apr 14:53
7dab022
Compare
Choose a tag to compare

will create vhosts without condition. Strict idempotency is missing in that case.

Added stats enable variable

15 Nov 17:51
949fd44
Compare
Choose a tag to compare

Enable the stats in mamagement board with:

rabbitmq_config:
   management_agent:
      disable_metrics_collector: "false"

(set by default)