Files
infrastructure/playbooks/phrik.yml
2026-01-24 14:26:09 +01:00

13 lines
294 B
YAML

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