diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 5b596eef67..8e2410e0ef 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -417,6 +417,12 @@ status: 307 target: https://fedoraproject.org + - role: httpd/redirect + shortname: br-fedoracommunity-redirect + website: br.fedoracommunity.org + target: https://fedorabr.org + when: env != 'staging' + - role: httpd/redirect shortname: fr-fedoracommunity-redirect website: fr.fedoracommunity.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 15533a1732..b00bb2963d 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -446,6 +446,15 @@ tags: - fedoracommunity.org + - role: httpd/website + site_name: br.fedoracommunity.org + ssl: true + sslonly: true + certbot: true + when: env == "production" + tags: + - fedoracommunity.org + - role: httpd/website site_name: fr.fedoracommunity.org ssl: true