1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-19 21:41:41 +02:00
infrastructure/playbooks/build.archlinux.org.yml
2024-01-19 23:16:55 +01:00

18 lines
480 B
YAML

- name: Setup build.archlinux.org
hosts: build.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools, extra_utils: ['setconf', 'mlocate'] }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: archusers }
- { role: sudo, tags: ['archusers'] }
- { role: mirrorsync }
- { role: archbuild }
- { role: fail2ban }
- { role: wireguard }
- { role: prometheus_exporters }
- { role: promtail }