1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-19 21:41:41 +02:00
infrastructure/playbooks/gluebuddy.archlinux.org.yml
Kristian Klausen 378a7b4f40
Don't backup the gluebuddy server
Gluebuddy does not keep state so there is no reason for backing up the
server.

Fixes: d88c0b95 ("Initialize gluebuddy host")
2023-07-23 22:57:07 +02:00

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 }