1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 00:31:09 +02:00
infrastructure/playbooks/phrik.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

16 lines
322 B
YAML

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