forked from infra/ansible
Relates: https://pagure.io/fedora-infrastructure/issue/12971 Fixes: https://github.com/fedora-copr/copr/issues/4064 Co-authored-by: Jiri Kyjovsky <j1.kyjovsky@gmail.com>
22 lines
772 B
Text
22 lines
772 B
Text
# Put here configuration for all copr instances (production, devel, ...)
|
|
---
|
|
postfix_group: copr
|
|
postfix_maincf: postfix/main.cf/main.cf.copr_smtp_auth_relay
|
|
#TODO: tamplatize main.cf
|
|
smtp_auth_relay_host: smtp-auth-cc-rdu01.fedoraproject.org
|
|
smtp_auth_relay_user: copr@fedoraproject.org
|
|
smtp_auth_relay_password: "{{ copr_smtp_password }}"
|
|
|
|
additional_known_hosts_cleanup:
|
|
copr-be-dev.aws.fedoraproject.org:
|
|
- copr-be-dev-temp.aws.fedoraproject.org
|
|
copr-be.aws.fedoraproject.org:
|
|
- copr-be-temp.aws.fedoraproject.org
|
|
|
|
aws_ipv6_con: "cloud-init ens5"
|
|
freezes: false
|
|
cgit_uri: packages
|
|
|
|
# We don't actually have an IPA host group allocated yet, but Anubis role needs
|
|
# us to have something set in ipa_host_group.
|
|
ipa_host_group: copr-infrastructure
|