rabbitmq_binding – Manage rabbitMQ 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]
Authors¶
- Manuel Sousa (@manuel-sousa)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.