mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
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>
6 lines
134 B
YAML
6 lines
134 B
YAML
rabbitmq_server: "rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
|
vhost: /pubsub
|
|
default_exchange: amq.topic
|
|
routing_keys:
|
|
- "#"
|