Files
fedora-infra_ansible/roles/rabbit/queue/defaults/main.yml
Aurélien Bompard 58d703ae27 Limit topics that can be sent to
Only a few apps have topic permissions, if this works well we'll have to
generalize it.

Fixes: #8167

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-06-21 11:16:09 +02:00

11 lines
256 B
YAML

rabbitmq_server: "rabbitmq01{{ env_suffix }}.iad2.fedoraproject.org"
vhost: /pubsub
default_exchange: amq.topic
routing_keys: []
message_ttl: null
thresholds:
warning: 10000
critical: 100000
nagios_server: noc01.iad2.fedoraproject.org
sent_topics: []