rabbitmq_exchange – Manage rabbitMQ exchanges¶
Requirements¶
The below requirements are needed on the host that executes this module.
- requests >= 1.0.0
Parameters¶
Examples¶
# Create direct exchange
- rabbitmq_exchange:
name: directExchange
# Create topic exchange on vhost
- rabbitmq_exchange:
name: topicExchange
type: topic
vhost: myVhost
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.