Files
fedora-infra_ansible/inventory/group_vars/copr
2020-06-11 15:22:09 -07:00

31 lines
679 B
Plaintext

---
devel: false
_forward_src: "forward"
# don't forget to update ip in ./copr-keygen, due to custom firewall rules
# eth0, eth1
copr_backend_ips: ["172.25.33.79", "172.25.82.25"]
keygen_host: "172.25.33.75"
resolvconf: "resolv.conf/cloud"
backend_base_url: "https://download.copr.fedorainfracloud.org"
postfix_maincf: "postfix/main.cf/main.cf.copr"
frontend_base_url: "https://copr.fedorainfracloud.org"
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
ansible_ifcfg_blocklist: true
copr_aws_region: us-east-1
datacenter: cloud
builders:
# max|max_spawn|max_prealloc
aws:
x86_64: [100,20,30]
armhfp: [20,5,5]
aarch64: [20,10,10]