copr: fixup final hostnames in inventory
Nobody will run playbooks till the DNS flip, so let's prepare the hostnames now.
This commit is contained in:
parent
41d29e2f45
commit
8451c04a94
4 changed files with 6 additions and 9 deletions
|
@ -13,8 +13,8 @@ keygen_host: "52.202.64.55"
|
|||
backend_base_url: "https://download.copr.fedorainfracloud.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"
|
||||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ nrpe_procs_crit: 2500
|
|||
do_sign: "true"
|
||||
|
||||
spawn_in_advance: "true"
|
||||
frontend_base_url: "https://copr-fe.aws.fedoraproject.org"
|
||||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
|
||||
|
||||
# These variables are pushed into /etc/system_identification by the base role.
|
||||
|
|
|
@ -7,10 +7,8 @@ freezes: false
|
|||
letsencrypt:
|
||||
predefined_deploy_script: httpd
|
||||
certificates:
|
||||
copr-dist-git.aws.fedoraproject.org:
|
||||
# copr-dist-git.fedorainfracloud.org:
|
||||
copr-dist-git.fedorainfracloud.org:
|
||||
domains:
|
||||
- copr-dist-git.aws.fedoraproject.org
|
||||
# - copr-dist-git.fedorainfracloud.org
|
||||
- copr-dist-git.fedorainfracloud.org
|
||||
challenge_dir: /var/www/html
|
||||
mail: copr-devel@lists.fedorahosted.org
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
tcp_ports: [22, 80, 443]
|
||||
copr_hostname: "copr-fe.aws.fedoraproject.org"
|
||||
copr_frontend_public_hostname: "copr-fe.aws.fedoraproject.org"
|
||||
copr_frontend_public_hostname: "copr.fedorainfracloud.org"
|
||||
|
||||
# These variables are pushed into /etc/system_identification by the base role.
|
||||
# Groups and individual hosts should override them with specific info.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue