mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Create a new VPS for running the master rebuilderd daemon which coordinates the rebuild tasks to rebuilderd ndoes. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
17 lines
372 B
YAML
17 lines
372 B
YAML
---
|
|
|
|
- name: setup reproducible builds rebuilder
|
|
hosts: reproducible.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: firewalld }
|
|
- { role: sshd }
|
|
- { role: unbound }
|
|
- { role: root_ssh }
|
|
- { role: borg-client, tags: ["borg"] }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: rebuilderd }
|