mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user