mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
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 <awilliam@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user