Files
infrastructure/playbooks/buildbtw.yml
Sven-Hendrik Haase 5f0536c655 Switch buildbtw stuff over to new top-level domains
This switches over the review and staging domains for buildbtw to the new archlinux.review
and archlinux.builders respectively.
See also #804.
2026-04-23 12:47:34 +02:00

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 }