From d5967847704549efaa7f1ed93e4c22e31054ccb4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Jan 2019 15:33:20 +0000 Subject: [PATCH] add mdapi to proxy/releasees --- 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 14942998f6..cfaeec6e93 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -719,6 +719,14 @@ keephost: true tags: calendar + - role: httpd/reverseproxy + website: mdapi.fedoraproject.org + destname: mdapi + balancer_name: app-os + targettype: openshift + keephost: true + tags: mdapi + - role: httpd/reverseproxy website: wallpapers.fedoraproject.org destname: wallpapers diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 1da0a32502..21f0e43eb4 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -949,6 +949,13 @@ cert_name: "{{wildcard_cert_name}}" tags: wallpapers + - role: httpd/website + site_name: mdapi.fedoraproject.org + sslonly: true + server_aliases: [mdapi.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: mdapi + - role: httpd/website site_name: calendar.fedoraproject.org sslonly: true