mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
check-compose: convert to fedora-messaging
Following the patterns from openQA and relvalconsumer. Just one to go after this! Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
9
roles/check-compose/defaults/main.yml
Normal file
9
roles/check-compose/defaults/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
checkcompose_prod: false
|
||||
checkcompose_amqp_passive: false
|
||||
checkcompose_amqp_url: "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
|
||||
checkcompose_amqp_cacert: /etc/fedora-messaging/cacert.pem
|
||||
checkcompose_amqp_key: /etc/fedora-messaging/fedora-key.pem
|
||||
checkcompose_amqp_cert: /etc/fedora-messaging/fedora-cert.pem
|
||||
checkcompose_amqp_routing_keys: ["org.fedoraproject.prod.openqa.job.done"]
|
||||
checkcompose_amqp_mailfrom: "root@{{ external_hostname }}"
|
||||
checkcompose_amqp_smtp: localhost
|
||||
Reference in New Issue
Block a user