Fixup last commit
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2269f0ece1
commit
355a731403
2 changed files with 13 additions and 2 deletions
|
@ -366,6 +366,14 @@
|
|||
#
|
||||
# end coreos
|
||||
#
|
||||
- role: httpd/reverseproxy
|
||||
website: accounts.fedoraproject.org
|
||||
destname: noggin
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
tags: noggin
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: fasjson.fedoraproject.org
|
||||
destname: fasjson
|
||||
|
@ -373,7 +381,6 @@
|
|||
targettype: openshift
|
||||
keephost: true
|
||||
tags: fasjson
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: transtats.fedoraproject.org
|
||||
|
|
|
@ -280,11 +280,15 @@
|
|||
server_aliases: [bodhi.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "accounts{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "fasjson{{ env_suffix }}.fedoraproject.org"
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "coreos{{ env_suffix }}.fedoraproject.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue