diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index a35501743f..e78c33e334 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -22,6 +22,7 @@ with_items: - meetbot.fedoraproject.org/reversepassproxy.conf - meetbot.fedoraproject.org/meetbot.conf + - qa.fedoraproject.org/qa-landingpage.conf notify: - Reload proxyhttpd tags: diff --git a/roles/httpd/reverseproxy/tasks/main.yml b/roles/httpd/reverseproxy/tasks/main.yml index f07c422938..6dbe7e333d 100644 --- a/roles/httpd/reverseproxy/tasks/main.yml +++ b/roles/httpd/reverseproxy/tasks/main.yml @@ -24,12 +24,3 @@ - httpd - httpd/reverseproxy - httpd/reversepassproxy - -- name: Remove qa-landingpage ProxyPassReverse (temporary) - ansible.builtin.file: - path: /etc/httpd/conf.d/qa.fedoraproject.org/qa-landingpage.conf - state: absent - tags: - - httpd - - httpd/reverseproxy - - httpd/reversepassproxy