From fa972e1297585bee1439ff325a82a4e513da2e00 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Jan 2019 12:40:27 +0000 Subject: [PATCH] elections: Add new elections route to proxies. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 8 ++++++++ playbooks/include/proxies-websites.yml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index a0a61e7c8c..da952dbdf6 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -710,6 +710,14 @@ keephost: true tags: waiverdb + - role: httpd/reverseproxy + website: elections.fedoraproject.org + destname: elections + balancer_name: app-os + targettype: openshift + keephost: true + tags: elections + - role: httpd/reverseproxy website: silverblue.fedoraproject.org destname: silverblue diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 0de786b4db..560e6e78cd 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -935,6 +935,13 @@ cert_name: "{{wildcard_cert_name}}" tags: neuro + - role: httpd/website + site_name: elections.fedoraproject.org + sslonly: true + server_aliases: [elections.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: elections + # fedorahosted is retired. We have the site here so we can redirect it. - role: httpd/website