Files
infrastructure/roles/anubis/files/deny-ai-training-bots.yaml
Robin Candau b84af5fa97 anubis: lint
Fix the following Ansible Lint error:

yaml[empty-lines]: Too many blank lines (1 > 0)
roles/anubis/files/deny-ai-training-bots.yaml:25
2026-08-21 16:10:47 +02:00

25 lines
511 B
YAML

# Deny AI training corpus scrapers and LLM crawlers hitting cgit.
- name: deny-archwikimodel
user_agent_regex: archwikimodel
action: DENY
- name: deny-gptbot
user_agent_regex: GPTBot
action: DENY
- name: deny-claudebot
user_agent_regex: ClaudeBot
action: DENY
- name: deny-meta-crawler
user_agent_regex: meta-externalagent
action: DENY
- name: deny-oai-searchbot
user_agent_regex: OAI-SearchBot|ChatGPT-User
action: DENY
- name: lightpanda
user_agent_regex: Lightpanda
action: DENY