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
|
# end coreos
|
||||||
#
|
#
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: accounts.fedoraproject.org
|
||||||
|
destname: noggin
|
||||||
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
|
tags: noggin
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: fasjson.fedoraproject.org
|
website: fasjson.fedoraproject.org
|
||||||
destname: fasjson
|
destname: fasjson
|
||||||
|
@ -373,7 +381,6 @@
|
||||||
targettype: openshift
|
targettype: openshift
|
||||||
keephost: true
|
keephost: true
|
||||||
tags: fasjson
|
tags: fasjson
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: transtats.fedoraproject.org
|
website: transtats.fedoraproject.org
|
||||||
|
|
|
@ -280,11 +280,15 @@
|
||||||
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: "accounts{{ env_suffix }}.fedoraproject.org"
|
||||||
|
sslonly: true
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: "fasjson{{ env_suffix }}.fedoraproject.org"
|
site_name: "fasjson{{ env_suffix }}.fedoraproject.org"
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue