kanban.qa: add site to proxies.

We have to use letsencrypt here because this is not a direct
fedoraproject.org site, so it can't use our wildcard cert.
This may break our certbot setup, but will give it a try.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2024-05-29 13:12:58 -07:00
parent ade169d256
commit d2ed67db1c
2 changed files with 19 additions and 0 deletions

View File

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

View File

@@ -1179,3 +1179,11 @@
cert_name: "{{wildcard_cert_name}}"
tags:
- openscanhub
- role: httpd/website
site_name: "kanban.qa{{ env_suffix }}.fedoraproject.org"
ssl: true
sslonly: true
certbot: true
tags:
- kanban