diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 2c212a7268..c9cde18c4e 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -571,6 +571,11 @@ website: boot.fedoraproject.org target: https://fedoraproject.org/wiki/Infrastructure/graveyard + - role: httpd/redirect + shortname: testdays + website: testdays.fedoraproject.org + target: https://testdays-testdays.apps.os.fedorainfracloud.org + # Cloudy bits - role: httpd/redirect shortname: cloud-front-page diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index ee76e42d93..0dee3e7079 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -262,6 +262,12 @@ sslonly: true cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + site_name: testdays.fedoraproject.org + server_aliases: [testdays.qa.fedoraproject.org] + sslonly: true + cert_name: "{{wildcard_cert_name}}" + - role: httpd/website site_name: smolts.org ssl: false