Files
infrastructure/playbooks/bastion.archlinux.org.yml

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 }