mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
19 lines
471 B
YAML
19 lines
471 B
YAML
- name: Setup man.archlinux.org
|
|
hosts: man.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: common }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: hardening }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: postgres }
|
|
- { role: uwsgi }
|
|
- { role: archmanweb, archmanweb_version: 'v1.14' }
|