1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/phrik.yml

16 lines
317 B
YAML

---
- name: setup phrik bot server
hosts: phrik.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: archusers }
- { role: bugbot }
- { role: phrik }
- { role: sshd }
- { role: unbound }
- { role: root_ssh }
- { role: prometheus_exporters }