proxies / staging: add fasjson.stg website/reverseproxy
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e4e6ede45b
commit
69cec0c4f6
2 changed files with 10 additions and 3 deletions
|
@ -328,12 +328,12 @@
|
||||||
# end coreos
|
# end coreos
|
||||||
#
|
#
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: caiapi.fedoraproject.org
|
website: fasjson.fedoraproject.org
|
||||||
destname: caiapi
|
destname: fasjson
|
||||||
balancer_name: app-os
|
balancer_name: app-os
|
||||||
targettype: openshift
|
targettype: openshift
|
||||||
keephost: true
|
keephost: true
|
||||||
tags: caiapi
|
tags: fasjson
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
|
@ -272,6 +272,13 @@
|
||||||
server_aliases: [bodhi.stg.fedoraproject.org]
|
server_aliases: [bodhi.stg.fedoraproject.org]
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
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
|
# - role: httpd/website
|
||||||
# site_name: "coreos{{ env_suffix }}.fedoraproject.org"
|
# site_name: "coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
# sslonly: true
|
# sslonly: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue