From d76afa032b1e48e6ff606da3c155d33ed165c9af Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Jan 2026 15:44:01 -0800 Subject: [PATCH] Move the qa-landingpage reverse proxy config removal ...we already have a better place to do this, it turns out. Signed-off-by: Adam Williamson --- playbooks/include/proxies-reverseproxy.yml | 1 + roles/httpd/reverseproxy/tasks/main.yml | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) 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