openscanhub / staging: add proxy config

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-16 12:17:04 -08:00
parent aa5639e629
commit 1dac8232a6
2 changed files with 20 additions and 0 deletions

View file

@ -927,3 +927,14 @@
tags:
- flatpak-cache.stg.fedoraproject.org
when: env == "staging"
- role: httpd/reverseproxy
website: openscanhub.stg.fedoraproject.org
destname: openscanhub
balancer_name: apps-ocp
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
targettype: openshift
keephost: true
ocp4: true
tags: openscanhub
when: env == "staging"

View file

@ -1189,3 +1189,12 @@
cert_name: "{{wildcard_cert_name}}"
tags:
- discussion
- role: httpd/website
site_name: openscanhub.stg.fedoraproject.org
ssl: true
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
tags:
- openscanhub