2 Commits

Author SHA1 Message Date
Kevin Fenzi
dec53be8f0 anubis-el: also allow POST on pagure
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-02-14 09:49:03 -08:00
James Antill
c4c58299c2 check-etc: Add playbook to check /etc for old/unmanaged files.
Signed-off-by: James Antill <james@and.org>
2026-02-14 09:52:16 -05:00
2 changed files with 1487 additions and 0 deletions

1484
playbooks/check-etc.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,9 @@ bots:
weight: weight:
adjust: 20 adjust: 20
path_regex: ^/fork/ path_regex: ^/fork/
- name: allow POSTs
expression: method == "POST"
action: ALLOW
- name: cloudfront - name: cloudfront
user_agent_regex: ".*CloudFront.*" user_agent_regex: ".*CloudFront.*"
action: ALLOW action: ALLOW