mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Normally it's just a nitpick to not have trailing spaces on variables. However, for some things like mac address, it really matters. Bunches of buildhw's were failing ansibile because they were passing "mac address " to linux-system-roles networking and ansible was going 'huh, nope, I can't find that mac address here at all'. So, just blow all the tailing spaces away to avoid any other variables that hit this. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
32 lines
750 B
Plaintext
32 lines
750 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
|
|
|
|
# eth0, eth1
|
|
copr_backend_ips: ["172.25.33.80", "172.25.144.254"]
|
|
keygen_host: "172.25.33.73"
|
|
|
|
resolvconf: "resolv.conf/cloud"
|
|
|
|
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: true
|
|
|
|
builders:
|
|
# max|max_spawn|max_prealloc
|
|
aws:
|
|
x86_64: [20,5,5]
|
|
armhfp: [3,1,1]
|
|
aarch64: [5,2,2]
|