ansible/inventory/group_vars/copr_dev_aws
Adam Williamson 7a82a5a7d5 Rename ansible_ifcfg_{black,white}list to {block,allow}list
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-06-11 15:22:09 -07:00

32 lines
716 B
Text

---
devel: true
datacenter: aws
_forward_src: "forward_dev"
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
# eth0, eth1
copr_backend_ips: ["54.174.143.212", "172.30.2.128"]
keygen_host: "18.209.1.14"
backend_base_url: "https://download.copr-dev.fedorainfracloud.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_blocklist: true
copr_aws_region: us-east-1
services_disabled: false
nm_controlled_resolv: True
builders:
# max|max_spawn|max_prealloc
aws:
x86_64: [20,5,5]
armhfp: [3,1,1]
aarch64: [5,2,2]