1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 01:21:36 +02:00
infrastructure/playbooks/gluebuddy.archlinux.org.yml

14 lines
334 B
YAML
Raw Normal View History

- name: Setup gluebuddy.archlinux.org
2022-01-19 18:51:13 +01:00
hosts: gluebuddy.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
2022-01-19 18:51:13 +01:00
- { role: sshd }
- { role: root_ssh }
- { role: gluebuddy }
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }