From 36b249aa591ad7a8cd30c68ec4ecafdf98b30417 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 27 Sep 2018 20:52:54 +0200 Subject: [PATCH] FPDC : add fpdc.stg.fedoraproject.org to the proxies configuration Signed-off-by: Clement Verna --- 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 97036b6880..31b3884603 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -752,6 +752,14 @@ tags: release-montoring.org when: env == "staging" + - role: httpd/reverseproxy + website: fpdc.fedoraproject.org + destname: fpdc + # haproxy entry for os-nodes-frontend + proxyurl: http://localhost:10065 + keephost: true + tags: fpdc + - role: httpd/reverseproxy website: data-analysis.fedoraproject.org destname: awstats diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 495f423f70..bd9309da5d 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -916,6 +916,13 @@ tags: - lists.pagure.io + - role: httpd/website + site_name: fpdc.fedoraproject.org + sslonly: true + server_aliases: [fpdc.stg.fedoraproject.org] + certbot: "{{wildcard_cert_name}}" + tags: fpdc + # fedorahosted is retired. We have the site here so we can redirect it. - role: httpd/website