mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
In ansible 2.8 the - character isn't supposed to be valid in group names. While we could override this, might has well just bite the bullet and change it. So, just switch all group names to use _ instead of - Signed-off-by: Kevin Fenzi <kevin@scrye.com>
20 lines
555 B
Plaintext
20 lines
555 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: "https://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
|