1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-19 21:41:41 +02:00
infrastructure/playbooks/bugbuddy.archlinux.org.yml
2023-10-16 22:14:10 +02:00

14 lines
331 B
YAML

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