ansible-role-rabbitmq icon indicating copy to clipboard operation
ansible-role-rabbitmq copied to clipboard

RabbitMQ Ansible Role

Results 9 ansible-role-rabbitmq issues
Sort by recently updated
recently updated
newest added

I don't suppose you'd be willing to update this to support the new conf format for rabbit configuration would you?

The role does not work on Centos 7. The new erlang version seems to be not compatible with rabbitmq. For test, I added `exclude = erlang-21*` to `yum_repository` definition and...

Since OTP 21 is now available from Erlang Solutions, it is installed by default. This requires RabbitMQ 3.7.7 and above. As of version 3.7, the releases are stored in a...

this fixes #4 also please after merging tag a new version and upload to ansible-galaxy. it is reported here: https://github.com/picotrading/ansible-rabbitmq/issues/1 thanks

When running in check mode, the task 'ensure rabbitmq cluster member' fails, because variable rabbitmq_output is not available as the rabbitmqctl command from the previous task has not run. Also,...

Similar to #6, vhosts should be also only configured on the master node if setting up a cluster.

Hi @jasonroyle, Thanks a lot for this ansible role. I found this to be the best thing available at the moment for creation of a new RabbitMQ cluster. However, I...

Hi `Just` a little change to both disable eralng yum repo when not needed and use local mirror for RabbitMQ package instead of the official one. Default values point to...

the library `config-encoder-macros` is not able to generate single quote value for rabbitmq config, it means it will generate wrong configuration file. It leads to not possible to configure correctly...