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:
parent
89fce190b9
commit
5de9d7ce57
2 changed files with 56 additions and 0 deletions
5
roles/rabbit/queue/defaults/main.yml
Normal file
5
roles/rabbit/queue/defaults/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
rabbitmq_server: "rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
||||
vhost: /pubsub
|
||||
default_exchange: amq.topic
|
||||
routing_keys:
|
||||
- "#"
|
Loading…
Add table
Add a link
Reference in a new issue