copr: define group_vars/copr_aws
This commit is contained in:
parent
c73bb140ac
commit
1d823a09e3
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,22 @@
|
|||
---
|
||||
datacenter: aws
|
||||
|
||||
_forward_src: "forward"
|
||||
|
||||
# eth0, eth1
|
||||
copr_backend_ips: ["34.227.76.72", "172.30.2.166"]
|
||||
keygen_host: "18.215.235.130"
|
||||
|
||||
backend_base_url: "https://copr-be.aws.fedoraproject.org"
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
frontend_base_url: "https://copr-fe.aws.fedoraproject.org"
|
||||
dist_git_base_url: "copr-dist-git.aws.fedoraproject.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
copr_aws_region: us-east-1
|
||||
|
||||
services_disabled: true
|
||||
nm_controlled_resolv: True
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ _forward_src: "forward_dev"
|
|||
copr_backend_ips: ["54.174.143.212", "172.30.2.128"]
|
||||
keygen_host: "172.30.2.173"
|
||||
|
||||
backend_base_url: "https://copr-dev-be.aws.fedoraproject.org"
|
||||
backend_base_url: "https://copr-be-dev.aws.fedoraproject.org"
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
frontend_base_url: "https://copr-fe-dev.aws.fedoraproject.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue