mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-06 11:23:00 +02:00
13 lines
294 B
YAML
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 }
|