1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-04-07 20:56:05 +02:00
infrastructure/playbooks/aur.archlinux.org.yml
Christian Heusel a390869d56
aurweb: Setup anubis for cgit
There are a lot of crawlers hitting our cgit endpoint, therefore it
would make sense to deploy anubis on it.

Signed-off-by: Christian Heusel <christian@heusel.eu>
2026-01-01 23:29:49 +01:00

21 lines
589 B
YAML

- name: Setup aur.archlinux.org
hosts: aur.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: sshd }
- { role: root_ssh }
- { role: prometheus_exporters }
- { role: promtail }
- { role: nginx }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '1G', mariadb_innodb_disable_snapshot_isolation: true }
- { role: sudo }
- { role: valkey }
- { role: uwsgi }
- { role: borg_client, tags: ["borg"] }
- { role: postfix_null }
- { role: fail2ban }
- { role: anubis }
- { role: aurweb }
- { role: wireguard }