mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
378a7b4f40
Gluebuddy does not keep state so there is no reason for backing up the server. Fixes: d88c0b95 ("Initialize gluebuddy host")
14 lines
334 B
YAML
14 lines
334 B
YAML
- name: Setup gluebuddy.archlinux.org
|
|
hosts: gluebuddy.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: gluebuddy }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: fail2ban }
|