mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
We do this since the redis package is soon to be deprecated: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/2ERGX565GSSBUMADBG7DQJYNPJD5GUXD/ Signed-off-by: Christian Heusel <christian@heusel.eu>
21 lines
541 B
YAML
21 lines
541 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: certbot }
|
|
- { role: nginx }
|
|
- { role: mariadb, mariadb_innodb_buffer_pool_size: '1G' }
|
|
- { role: sudo }
|
|
- { role: valkey }
|
|
- { role: uwsgi }
|
|
- { role: borg_client, tags: ["borg"] }
|
|
- { role: postfix_null }
|
|
- { role: fail2ban }
|
|
- { role: aurweb }
|
|
- { role: wireguard }
|