diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index cacaaedd5f..a0a61e7c8c 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -277,6 +277,15 @@ keephost: true tags: bodhi + - role: httpd/reverseproxy + website: caiapi.fedoraproject.org + destname: caiapi + balancer_name: app-os + targettype: openshift + keephost: true + tags: caiapi + when: env == "staging" + - role: httpd/reverseproxy website: admin.fedoraproject.org destname: mirrormanager diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index ebb43e9800..21f9c32d5f 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -277,6 +277,14 @@ server_aliases: [bodhi.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + site_name: caiapi.fedoraproject.org + sslonly: true + server_aliases: [caiapi.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: caiapi + when: env == "staging" + - role: httpd/website site_name: hubs.fedoraproject.org sslonly: true