proxies / websites: revert disabling some sites in stg now that it's back

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-11-11 19:36:32 -08:00
parent 385acb276e
commit 030a0ddc40

View file

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