mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2024-11-12 10:00:23 +01:00
7da1e273fc
Fix #392
16 lines
351 B
YAML
16 lines
351 B
YAML
---
|
|
|
|
- name: common playbook for rebuilderd_workers
|
|
hosts: rebuilderd_workers
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: rebuilderd_worker }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: fail2ban }
|