proxies /redirects: don't use env here

The site is the prod name, with an alias for the stg host.
No need to try and install into a stg site when it doesn't exist.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-11-11 18:30:34 -08:00
parent bbfc222d25
commit 385acb276e

View file

@ -810,7 +810,7 @@
# iot redirect # iot redirect
- role: httpd/redirect - role: httpd/redirect
shortname: 01-iot shortname: 01-iot
website: "iot{{ env_suffix }}.fedoraproject.org" website: "iot.fedoraproject.org"
path: / path: /
target: https://getfedora.org/iot/ target: https://getfedora.org/iot/
tags: tags:
@ -819,7 +819,7 @@
# coreos redirects # coreos redirects
- role: httpd/redirect - role: httpd/redirect
shortname: 01-coreos shortname: 01-coreos
website: "coreos{{ env_suffix }}.fedoraproject.org" website: "coreos.fedoraproject.org"
path: / path: /
target: https://getfedora.org/coreos/ target: https://getfedora.org/coreos/
tags: tags:
@ -827,7 +827,7 @@
- role: httpd/redirect - role: httpd/redirect
shortname: 00-coreosfaq shortname: 00-coreosfaq
website: "coreos{{ env_suffix }}.fedoraproject.org" website: "coreos.fedoraproject.org"
path: /blogs/faq.html path: /blogs/faq.html
target: https://docs.fedoraproject.org/en-US/fedora-coreos/faq/ target: https://docs.fedoraproject.org/en-US/fedora-coreos/faq/
tags: tags: