ansible/roles/rabbit/queue
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 nagios_server: adjust a bunch more things for iad2. 2020-06-30 15:39:32 -07:00
handlers Delegate the nagios and nrpe handlers 2020-04-24 21:34:08 +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 Trivial change to test the handler 2020-04-24 21:34:08 +02:00