From cb7ac41047ff0a1b8be208262aee4583aba518f7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Aug 2019 19:42:06 +0000 Subject: [PATCH] coreos: remember to add the websites for new endpoints. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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