diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 408f26807f..88914f60d5 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -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 diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 64f1139594..305219589d 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -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