diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 3113e8dece..14942998f6 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -711,6 +711,22 @@ keephost: true tags: elections + - role: httpd/reverseproxy + website: calendar.fedoraproject.org + destname: calendar + balancer_name: app-os + targettype: openshift + keephost: true + tags: calendar + + - role: httpd/reverseproxy + website: wallpapers.fedoraproject.org + destname: wallpapers + balancer_name: app-os + targettype: openshift + keephost: true + tags: wallpapers + - role: httpd/reverseproxy website: silverblue.fedoraproject.org destname: silverblue diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 560e6e78cd..1da0a32502 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -942,6 +942,20 @@ cert_name: "{{wildcard_cert_name}}" tags: elections + - role: httpd/website + site_name: wallpapers.fedoraproject.org + sslonly: true + server_aliases: [wallpapers.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: wallpapers + + - role: httpd/website + site_name: calendar.fedoraproject.org + sslonly: true + server_aliases: [calendar.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: calendar + # fedorahosted is retired. We have the site here so we can redirect it. - role: httpd/website