Add caiapi.stg

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk
2019-01-21 13:56:14 +01:00
parent 0773223fa5
commit 7aacc3accf
2 changed files with 17 additions and 0 deletions

View File

@@ -277,6 +277,15 @@
keephost: true
tags: bodhi
- role: httpd/reverseproxy
website: caiapi.fedoraproject.org
destname: caiapi
balancer_name: app-os
targettype: openshift
keephost: true
tags: caiapi
when: env == "staging"
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: mirrormanager

View File

@@ -277,6 +277,14 @@
server_aliases: [bodhi.stg.fedoraproject.org]
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
site_name: caiapi.fedoraproject.org
sslonly: true
server_aliases: [caiapi.stg.fedoraproject.org]
cert_name: "{{wildcard_cert_name}}"
tags: caiapi
when: env == "staging"
- role: httpd/website
site_name: hubs.fedoraproject.org
sslonly: true