coreos: remember to add the websites for new endpoints.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d65b5f56c0
commit
cb7ac41047
1 changed files with 24 additions and 0 deletions
|
@ -284,6 +284,30 @@
|
|||
- updates.coreos.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "status.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags:
|
||||
- status.updates.coreos.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags:
|
||||
- raw-updates.updates.coreos.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "status.raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags:
|
||||
- status.raw-updates.updates.coreos.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: caiapi.fedoraproject.org
|
||||
sslonly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue