Add role for creating RabbitMQ users and queues

A basic role that should cover most people's use cases for creating uses
and queues. For more advanced setups, folks should use the modules
directly.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
This commit is contained in:
Jeremy Cline 2019-02-27 13:05:43 -05:00 committed by Jeremy Cline
parent 89fce190b9
commit 5de9d7ce57
2 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,5 @@
rabbitmq_server: "rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
vhost: /pubsub
default_exchange: amq.topic
routing_keys:
- "#"