Skip to content

Releases: stone-payments/ansible-rabbitmq

Add support for managing queues and exchanges

18 Feb 02:48
d4a4c6e
Compare
Choose a tag to compare
Merge pull request #32 from stone-payments/feat/queues

Feat/queues

Full refactoring and new features added

23 Jul 20:35
5d3a06a
Compare
Choose a tag to compare

Added

  • Manage rabbitmq user, vhost and policy

Changed

  • Resiliency improved with more control over each critical task
  • When creating a cluster, now it will not be destroyed by default. You can force that if desired
  • Better control over tasks that should run once when in cluster mode.

Fixed

  • The whole role is now idempotent

Enables Nodename customisation

18 Jun 19:06
5b8f2e1
Compare
Choose a tag to compare
  • Enables Nodename customisation
  • Sets the master_node to use ansible_fqdn name by default
  • Separates the name used to connect in the clusterization of the master from the one that check if the node is primary or secondary

Fixes Vulnerabilities on the requirements.txt

14 Jun 14:25
ad17711
Compare
Choose a tag to compare
  • Fixes 4 CVEs on some of the python dependencies:
    • paramiko
    • ansible
    • jinja
    • PyYaml

Enables clustering using FQDN

14 Jun 13:58
a3b5f7f
Compare
Choose a tag to compare
  • Fixes #11 and enables clustering using FQDN.

Updates RabbitMQ to the latest version and adds Ubuntu installation tasks

13 Jun 19:13
e5d0468
Compare
Choose a tag to compare
  • Adds specific installation tasks to Ubuntu
  • Fixes broken signing key
  • Updates defaults RabbitMQ package to 3.7.15.1

Fix state of yum package

22 Sep 01:52
7e179ce
Compare
Choose a tag to compare
Merge pull request #15 from stone-payments/subscribe-to-enabled

Update install.redhat.yml

We are adding one variable to subscribe to repos when you are using satellite with RHEL.

17 Sep 19:31
873e5ba
Compare
Choose a tag to compare

As we are now using satellite to download all rpm packages, we need to subscribe to the repos that contain erlang and rabbitmq packages on satellite.