ansible/roles/rabbitmq_cluster
Kevin Fenzi dbd763816b rabbitmq cluster / osci queues: adjust so playbook doesn't fail on trying to change queues
The osci queue's have changed since this playbook last completed.
The ttl changed and the routing keys have changed.
The ansible rabbitmq module can't change these things on already created
queues because the api doesn't allow it. This makes this playbook fail
with:

"RabbitMQ RESTAPI doesn't support attribute changes for existing
queues"

So, for now, set the ttl to what it already is, and don't change the
routing keys at all. Hopefully this will get it to complete and osci can
manage at least routing keys themseleves wherever they do that.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-01-28 13:50:56 -08:00
..
defaults Raise the file limit on the RabbitMQ cluster 2018-09-18 15:35:20 +00:00
files Create, build and load a custom SELinux module for NRPE & RabbitMQ 2020-04-24 21:34:07 +02:00
tasks rabbitmq cluster / osci queues: adjust so playbook doesn't fail on trying to change queues 2021-01-28 13:50:56 -08:00
templates rabbitmq/server: fix template to cluster to the right nodes 2020-05-20 14:31:19 -07:00