community.rabbitmq.rabbitmq_queue – Manage rabbitMQ queues¶
Note
This plugin is part of the community.rabbitmq collection (version 1.0.3).
To install it use: ansible-galaxy collection install community.rabbitmq
.
To use it in a playbook, specify: community.rabbitmq.rabbitmq_queue
.
Synopsis¶
This module uses rabbitMQ Rest API to create/delete queues.
Due to limitations in the API, it cannot modify existing queues.
Requirements¶
The below requirements are needed on the host that executes this module.
requests >= 1.0.0