mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-06 12:12:58 +02:00
This switches over the review and staging domains for buildbtw to the new archlinux.review and archlinux.builders respectively. See also #804.
17 lines
393 B
YAML
17 lines
393 B
YAML
- name: Setup buildbtw
|
|
hosts: buildbtw
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: borg_client, tags: ["borg"] }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: buildbtw }
|