mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
67bbf12168
mlocate has been replaced with plocate in the repo[1]. [1] https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/6Q2OBF3VPAWII66UIA43OEZFSRGUWS4E/
18 lines
480 B
YAML
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 }
|