diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index beaff0a5c5..3cd866099a 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -328,12 +328,12 @@ # end coreos # - role: httpd/reverseproxy - website: caiapi.fedoraproject.org - destname: caiapi + website: fasjson.fedoraproject.org + destname: fasjson balancer_name: app-os targettype: openshift keephost: true - tags: caiapi + tags: fasjson when: env == "staging" - role: httpd/reverseproxy diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 154b0b296a..1601a51c86 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -272,6 +272,13 @@ server_aliases: [bodhi.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + site_name: fasjson.fedoraproject.org + sslonly: true + server_aliases: [fasjson.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + when: env == "staging" + # - role: httpd/website # site_name: "coreos{{ env_suffix }}.fedoraproject.org" # sslonly: true