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:
parent
385acb276e
commit
030a0ddc40
1 changed files with 7 additions and 11 deletions
|
@ -279,13 +279,13 @@
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
# - role: httpd/website
|
- role: httpd/website
|
||||||
# site_name: "coreos{{ env_suffix }}.fedoraproject.org"
|
site_name: "coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
# sslonly: true
|
sslonly: true
|
||||||
# certbot: true
|
certbot: true
|
||||||
# tags:
|
tags:
|
||||||
# - coreos.fedoraproject.org
|
- coreos.fedoraproject.org
|
||||||
# when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: "updates.coreos{{ env_suffix }}.fedoraproject.org"
|
site_name: "updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
@ -293,7 +293,6 @@
|
||||||
certbot: true
|
certbot: true
|
||||||
tags:
|
tags:
|
||||||
- updates.coreos.fedoraproject.org
|
- updates.coreos.fedoraproject.org
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: "status.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
site_name: "status.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
@ -301,7 +300,6 @@
|
||||||
certbot: true
|
certbot: true
|
||||||
tags:
|
tags:
|
||||||
- status.updates.coreos.fedoraproject.org
|
- status.updates.coreos.fedoraproject.org
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
site_name: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
@ -309,7 +307,6 @@
|
||||||
certbot: true
|
certbot: true
|
||||||
tags:
|
tags:
|
||||||
- raw-updates.coreos.fedoraproject.org
|
- raw-updates.coreos.fedoraproject.org
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
site_name: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
@ -317,7 +314,6 @@
|
||||||
certbot: true
|
certbot: true
|
||||||
tags:
|
tags:
|
||||||
- status.raw-updates.coreos.fedoraproject.org
|
- status.raw-updates.coreos.fedoraproject.org
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: caiapi.fedoraproject.org
|
site_name: caiapi.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue