mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
16 lines
647 B
Plaintext
16 lines
647 B
Plaintext
# This var should never be set for more than one machine
|
|
checkcompose_prod: true
|
|
|
|
# The checkcompose settings below cause system(s) in this group to
|
|
# send out check-compose reports. This could cause duplicate reports
|
|
# if additional systems were added to this group.
|
|
checkcompose_emailfrom: rawhide@fedoraproject.org
|
|
checkcompose_emailto: "test-reports@lists.fedoraproject.org"
|
|
checkcompose_smtp: bastion.rdu3.fedoraproject.org
|
|
checkcompose_subvariant_emails:
|
|
BaseOS:
|
|
error: ["yselkowitz@redhat.com", "aavraham@redhat.com"]
|
|
|
|
checkcompose_greenwaveurl: https://greenwave.fedoraproject.org
|
|
checkcompose_url: "https://{{ external_hostname }}"
|