From f77c5fdded6451c22cb7aaa51ef80698881b7c73 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 7 Jun 2024 15:09:03 +0200 Subject: [PATCH] epel.io: Add redirect Fixes: https://pagure.io/fedora-infrastructure/issue/11933 Signed-off-by: Nils Philippsen --- playbooks/include/proxies-redirects.yml | 7 +++++++ playbooks/include/proxies-websites.yml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 79f3ab5978..396f082bab 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -871,3 +871,10 @@ path: /kerneltest target: "https://kerneltest{{env_suffix}}.fedoraproject.org" tags: kerneltest + + - role: httpd/redirect + shortname: epel.io + website: epel.io + target: https://docs.fedoraproject.org/en-US/epel/ + tags: + - epel.io diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 305219589d..344d479a86 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -1187,3 +1187,11 @@ certbot: true tags: - kanban + + - role: httpd/website + site_name: "epel.io" + ssl: true + sslonly: true + certbot: true + tags: + - epel.io