diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index a72e220794..dda36c1448 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -58,6 +58,12 @@ target: http://fedoraproject.org/get-fedora status: 302 + - role: httpd/redirect + name: flocktofedora + website: flocktofedora.org + target: http://www.flocktofedora.org/ + status: 302 + - 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 e1b9391aa9..28f244242d 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -224,6 +224,10 @@ server_aliases: [bodhi.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + name: flocktofedora.org + ssl: false + - role: httpd/website name: bugz.fedoraproject.org server_aliases: [bugz.stg.fedoraproject.org]