Add apache-ua-filter file path matches where used

This will ensure we test all services that currently use the UA filter
(including zuul and mailman3) as well as update those services when we
merge changes to the UA filter rules. Otherwise we're left waiting for
the daily periodic runs.

Change-Id: Id2c4decc54fb436158633e92cef8cfd1e68a6bb5
This commit is contained in:
Clark Boylan
2025-07-02 13:57:49 -07:00
parent 67ab424c1f
commit 5a3440ea3e
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
Reject requests from problematic user agent strings
This role installs and configures a filter macro called
UserAgentFilter which can be included in Apache vhosts
UserAgentFilter which can be included in Apache vhosts.
**Role Variables**

View File

@@ -416,6 +416,7 @@
- inventory/service/group_vars/zookeeper.yaml
- inventory/service/host_vars/zk\d+
- inventory/service/host_vars/zuul\d+.opendev.org
- playbooks/roles/apache-ua-filter/
- playbooks/roles/install-docker/
- playbooks/roles/iptables/
- playbooks/roles/zookeeper/
@@ -615,6 +616,7 @@
- docker/mailman
- inventory/base
- inventory/service/group_vars/mailman3.yaml
- playbooks/roles/apache-ua-filter/
- playbooks/roles/iptables/
- playbooks/roles/base/exim
- playbooks/roles/mailman3/

View File

@@ -303,6 +303,7 @@
- docker/mailman
- playbooks/bootstrap-bridge.yaml
- inventory/service/group_vars/mailman3.yaml
- playbooks/roles/apache-ua-filter/
- playbooks/roles/base/exim
- playbooks/roles/mailman3
- playbooks/service-lists3.yaml
@@ -1042,6 +1043,7 @@
- inventory/service/group_vars/zookeeper.yaml
- inventory/service/host_vars/zk\d+
- inventory/service/host_vars/zuul02.opendev.org
- playbooks/roles/apache-ua-filter/
- playbooks/roles/haproxy/
- playbooks/roles/mariadb/
- playbooks/roles/zookeeper/