diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index d1a4945fd7..fa2514bcf4 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -820,3 +820,20 @@ target: https://ask.fedoraproject.org/ tags: - askbeta.fedoraproject.org + + # coreos redirects + - role: httpd/redirect + shortname: coreos + website: coreos.fedoraproject.org + path: / + target: https://getfedora.org/coreos/ + tags: + - coreos.fedoraproject.org + + - role: httpd/redirect + shortname: coreosfaq + website: coreos.fedoraproject.org + path: /blogs/faq.html + target: https://docs.fedoraproject.org/en-US/fedora-coreos/faq/ + tags: + - coreos.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 61fdbda369..a2945e6b67 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -518,12 +518,12 @@ cert_name: "{{wildcard_cert_name}}" - role: httpd/website - site_name: awx.fedoraproject.org + site_name: coreos.fedoraproject.org sslonly: true cert_name: "{{wildcard_cert_name}}" when: env == "production" tags: - - awx.fedoraproject.org + - coreos.fedoraproject.org #