From 20b9e323270524079b9bbe25a3eff226c32fd08c Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 16 Jul 2019 15:54:14 +0000 Subject: [PATCH] proxies: Add coreos.fp.o website for the sole purpose of having two redirects Signed-off-by: Rick Elrod --- playbooks/include/proxies-redirects.yml | 17 +++++++++++++++++ playbooks/include/proxies-websites.yml | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) 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 #