1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/checkcompose

15 lines
647 B
Text
Raw Normal View History

# 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 }}"