mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-05 05:51:41 +01:00
Fixes https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/658 Signed-off-by: Christian Heusel <christian@heusel.eu>
20 lines
499 B
YAML
20 lines
499 B
YAML
- name: Setup archive.archlinux.org
|
|
hosts: archive.archlinux.org
|
|
remote_user: root
|
|
vars_files:
|
|
- ../misc/vaults/vault_archive.yml
|
|
roles:
|
|
- { role: common }
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: borg_client, tags: ['borg'] }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: archive }
|
|
- { role: archive_web }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|