1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 01:21:36 +02:00
infrastructure/playbooks/build.archlinux.org.yml

18 lines
480 B
YAML
Raw Normal View History

- name: Setup build.archlinux.org
2021-01-26 18:03:56 +01:00
hosts: build.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools, extra_utils: ['setconf', 'mlocate'] }
- { role: firewalld }
2021-01-26 18:03:56 +01:00
- { role: sshd }
- { role: root_ssh }
- { role: archusers }
- { role: sudo, tags: ['archusers'] }
- { role: mirrorsync }
2021-01-26 18:03:56 +01:00
- { role: archbuild }
- { role: fail2ban }
- { role: wireguard }
2021-01-26 18:03:56 +01:00
- { role: prometheus_exporters }
2021-02-26 22:14:05 +01:00
- { role: promtail }