From 3e4db5cabb63a20afbd76584bafc0b7d971ce73d Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Wed, 3 Jul 2024 15:19:53 +0200 Subject: [PATCH] [proxies] Add redirect for mirrors We recently decommissioned old mirrormanager and some pages were still pointing to it, let's redirect them to correct place. Signed-off-by: Michal Konecny --- playbooks/include/proxies-redirects.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 396f082bab..ca4d173053 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -878,3 +878,15 @@ target: https://docs.fedoraproject.org/en-US/epel/ tags: - epel.io + + - role: httpd/redirect + shortname: mirrormanager + website: mirrors.fedoraproject.org + target: "https://mirrormanager{{env_suffix}}.fedoraproject.org" + tags: mirrormanager + + - role: httpd/redirect + shortname: mirrormanager + website: "mirrors{{env_suffix}}.centos.org" + target: "https://mirrormanager{{env_suffix}}.fedoraproject.org" + tags: mirrormanager