coreos: remember to add the websites for new endpoints.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-08-16 19:42:06 +00:00 committed by Pierre-Yves Chibon
parent d65b5f56c0
commit cb7ac41047

View file

@ -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