diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 9e0e4be1d2..ba5e4b88b1 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -279,13 +279,13 @@ cert_name: "{{wildcard_cert_name}}" when: env == "staging" -# - role: httpd/website -# site_name: "coreos{{ env_suffix }}.fedoraproject.org" -# sslonly: true -# certbot: true -# tags: -# - coreos.fedoraproject.org -# when: env == "staging" + - role: httpd/website + site_name: "coreos{{ env_suffix }}.fedoraproject.org" + sslonly: true + certbot: true + tags: + - coreos.fedoraproject.org + when: env == "staging" - role: httpd/website site_name: "updates.coreos{{ env_suffix }}.fedoraproject.org" @@ -293,7 +293,6 @@ certbot: true tags: - updates.coreos.fedoraproject.org - when: env == "production" - role: httpd/website site_name: "status.updates.coreos{{ env_suffix }}.fedoraproject.org" @@ -301,7 +300,6 @@ certbot: true tags: - status.updates.coreos.fedoraproject.org - when: env == "production" - role: httpd/website site_name: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org" @@ -309,7 +307,6 @@ certbot: true tags: - raw-updates.coreos.fedoraproject.org - when: env == "production" - role: httpd/website site_name: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org" @@ -317,7 +314,6 @@ certbot: true tags: - status.raw-updates.coreos.fedoraproject.org - when: env == "production" - role: httpd/website site_name: caiapi.fedoraproject.org