diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 2d268ada39..628248ec5e 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -846,3 +846,11 @@ target: https://www.port389.org/$1 tags: - directory + + - role: httpd/redirectmatch + shortname: 00-podcast-redirect + website: podcast.fedoraproject.org + regex: ^.* + target: https://fedoraproject.org/podcast/ + tags: + - podcast diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 14f82f06af..79b294b727 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -1055,6 +1055,14 @@ cert_name: "{{wildcard_cert_name}}" tags: kerneltest + - role: httpd/website + site_name: podcast.fedoraproject.org + sslonly: true + server_aliases: [podcast.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: + - podcast + # fedorahosted is retired. We have the site here so we can redirect it. - role: httpd/website