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}}"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue