community.rabbitmq
community.rabbitmq copied to clipboard
Manage RabbitMQ with Ansible
##### SUMMARY When a binding is created, it will calculate the `properties_key` based on the `routing_key` and `arguments`: ```python # pseudo code if len(arguments) == 0 and routing_key == "":...
##### SUMMARY Currently, the `topic_permissions` list of dicts in `rabbitmq_user` works like the `permissions` list of dicts: all the permissions must be defined, for all vhosts. ##### ISSUE TYPE -...
Based on the [community decision](https://github.com/ansible-community/community-topics/discussions/120) to use `true/false` for boolean values in documentation and examples, we ask that you evaluate booleans in this collection and consider changing any that do...
##### SUMMARY This issue relates to #139 in which I disabled 20.04 from being tested with ansible 2.14 and devel. This issue has been raised to consider if it's appropriate...
##### SUMMARY _(partially copied from https://github.com/ansible-collections/community.crypto/issues/74)_ We should decide eventually on how to release this collection (w.r.t. versioning). Small collections like this one don't need a complex plan like the...
##### SUMMARY To make things going in the collection, CI, that failed, was simplified with https://github.com/ansible-collections/community.rabbitmq/pull/78 I can't invest much time as not a maintainer of this collection and not...
##### SUMMARY On the back of #79 raising this PR to start improving some of the testing and get some feedback. Should enable Fedora or just target Redhat? ##### ISSUE...
##### SUMMARY When applied with ansible --check, the rabbitmq_user module always makes any required changes to the users anyway. This is unexpected behaviour and potentially disruptive to the RabbitMQ service....
##### SUMMARY Add generic roles for installing rabbitmq. They should span simple use-cases (single server) to clustered server. Since this is a collection, we can break the installation down into...
rabbitmq_user is broken. It works the first time to create a user, but any other re-runs generate an error. This is an old bug from 2018, with a fix that...