rabbitmq_binding – Manage rabbitMQ bindings¶
Synopsis¶
This module uses rabbitMQ REST APIs to create / delete bindings.
Requirements¶
The below requirements are needed on the host that executes this module.
requests >= 1.0.0
Parameters¶
Examples¶
# Bind myQueue to directExchange with routing key info
- rabbitmq_binding:
name: directExchange
destination: myQueue
type: queue
routing_key: info
# Bind directExchange to topicExchange with routing key *.info
- rabbitmq_binding:
name: topicExchange
destination: topicExchange
type: exchange
routing_key: '*.info'
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]