1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 04:53:30 +02:00
infrastructure/playbooks/reproducible.archlinux.org.yml
2021-04-08 20:33:43 +02:00

19 lines
435 B
YAML

---
- name: setup reproducible builds rebuilder
hosts: reproducible.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"] }
- { role: certbot }
- { role: nginx }
- { role: rebuilderd }
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }