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