mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-01 09:50:18 +08:00
12 lines
334 B
YAML
12 lines
334 B
YAML
---
|
|
queue_rabbitmq_server: "rabbitmq01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org"
|
|
queue_vhost: /pubsub
|
|
queue_default_exchange: amq.topic
|
|
queue_routing_keys: []
|
|
queue_message_ttl: null
|
|
queue_max_priority: null
|
|
queue_thresholds:
|
|
warning: 10000
|
|
critical: 100000
|
|
queue_nagios_server: noc01.{{ datacenter }}.fedoraproject.org
|