1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-02 03:06:32 +01:00
infrastructure/playbooks/bastion.archlinux.org.yml
2026-01-25 18:11:14 +00:00

13 lines
304 B
YAML

- name: Setup bastion.archlinux.org
hosts: bastion.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: root_ssh }
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }