diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index a2945e6b67..2918d3518b 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -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