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
|
||||
#
|
||||
- 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue