diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 68454872eb..63cb016714 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -850,3 +850,11 @@ target: https://fedoraproject.org/silverblue tags: - silverblue + + - role: httpd/redirectmatch + shortname: 00-directory-redirect + website: directory.fedoraproject.org + regex: ^.* + target: https://www.port389.org/ + tags: + - directory diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 5adf6ae929..80707c8be9 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -1141,3 +1141,12 @@ certbot: true tags: - ipsilon-website + + - role: httpd/website + site_name: directory.fedoraproject.org + cert_name: directory.fedoraproject.org + ssl: true + sslonly: true + certbot: true + tags: + - directory