mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-02 03:06:32 +01:00
13 lines
304 B
YAML
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 }
|