mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user