mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
nirik and I went around and around a bit today and ended up back where we started, but with a clearer understanding of where that this. This explains it a bit better, and makes what's actually going on in various places clearer with the use of appropriate shared variables. This should not actually *change* anything at all when deployed. Signed-off-by: Adam Williamson <awilliam@redhat.com>
16 lines
682 B
Plaintext
16 lines
682 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.iad2.fedoraproject.org
|
|
checkcompose_subvariant_emails:
|
|
AtomicHost:
|
|
error: ["dusty@dustymabe.com", "walters@verbum.org", "atomic@lists.fedoraproject.org"]
|
|
|
|
checkcompose_greenwaveurl: https://greenwave.fedoraproject.org
|
|
checkcompose_url: "https://{{ external_hostname }}"
|