1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 02:01:41 +01:00
infrastructure/playbooks/rebuilderd-workers.yml

14 lines
346 B
YAML
Raw Normal View History

- 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 }
2021-02-26 22:14:05 +01:00
- { role: promtail }
- { role: fail2ban }