From 8a82fb881bec908a3bffc804d4da9da1faeeba8a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 20 Jun 2019 12:08:19 +0200 Subject: [PATCH] Add updates.coreos(.stg).fedoraproject.org to proxies Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 7 +++++++ playbooks/include/proxies-websites.yml | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index ee20e51692..c842c3d793 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -262,6 +262,13 @@ keephost: true tags: bodhi + - role: httpd/reverseproxy + website: "updates.coreos{{ env_suffix }}.fedoraproject.org" + destname: cincinnati + balancer_name: app-os + targettype: openshift + keephost: true + - role: httpd/reverseproxy website: caiapi.fedoraproject.org destname: caiapi diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index c6e804650d..ae95d2adac 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -276,6 +276,11 @@ server_aliases: [bodhi.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + site_name: "updates.coreos{{ env_suffix }}.fedoraproject.org" + sslonly: true + cert_name: "{{wildcard_cert_name}}" + - role: httpd/website site_name: caiapi.fedoraproject.org sslonly: true