mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
copr-fe-dev now forces https, so the communication be-dev -> fe-dev stopped working because of http links in our config.
20 lines
554 B
Plaintext
20 lines
554 B
Plaintext
---
|
|
devel: true
|
|
#_forward-src: "{{ files }}/copr/forward-dev"
|
|
_forward_src: "forward_dev"
|
|
|
|
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
|
|
|
copr_backend_ips: ["172.25.33.48", "209.132.184.53"]
|
|
keygen_host: "172.25.33.46"
|
|
|
|
resolvconf: "resolv.conf/cloud"
|
|
|
|
backend_base_url: "http://copr-be-dev.cloud.fedoraproject.org"
|
|
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
|
|
|
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
|
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
|
|
|
ansible_ifcfg_blacklist: true
|