coreos: fix endpoint names.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cb7ac41047
commit
3a0cf0ca82
1 changed files with 4 additions and 4 deletions
|
@ -293,19 +293,19 @@
|
|||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
site_name: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags:
|
||||
- raw-updates.updates.coreos.fedoraproject.org
|
||||
- raw-updates.coreos.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "status.raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
site_name: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags:
|
||||
- status.raw-updates.updates.coreos.fedoraproject.org
|
||||
- status.raw-updates.coreos.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue