mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
Add caiapi.stg
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user