1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-05 09:24:12 +01:00
infrastructure/playbooks/build.archlinux.org.yml

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', 'plocate'] }
- { 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 }