1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-02 03:06:32 +01:00
infrastructure/playbooks/buildbtw.yml
2025-12-24 04:53:50 +01:00

18 lines
417 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: certbot }
- { role: buildbtw }