diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index ebe172017c..9bcf189242 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -150,6 +150,11 @@ website: fedora.my target: http://www.fedora.my/ + - role: httpd/redirect + name: copr + website: copr.fedoraproject.org + target: https://copr.fedorainfracloud.org/ + - role: httpd/redirect name: join-fedora website: join.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index b1e8e90f10..313a12784f 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -256,6 +256,11 @@ - fedora.my ssl: false + - role: httpd/website + name: copr.fedoraproject.org + sslonly: true + cert_name: "{{wildcard_cert_name}}" + - role: httpd/website name: bugz.fedoraproject.org server_aliases: [bugz.stg.fedoraproject.org]