diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index be50a2a16d..98085cf5a0 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -782,3 +782,13 @@ when: env == "staging" tags: - languages + + - role: httpd/reverseproxy + website: debuginfod.fedoraproject.org + destname: debuginfod + balancer_name: app-os + targettype: openshift + keephost: true + when: env == "staging" + tags: debuginfod + diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index fd15e407ac..a6e7666e1c 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -970,6 +970,14 @@ cert_name: "{{wildcard_cert_name}}" tags: mdapi + - role: httpd/website + site_name: debuginfod.fedoraproject.org + sslonly: true + server_aliases: [debuginfod.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + tags: debuginfod + when: env == "staging" + - role: httpd/website site_name: calendar.fedoraproject.org sslonly: true