1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/man.archlinux.org.yml
2021-01-23 21:16:36 +00:00

20 lines
446 B
YAML

---
- name: setup man.archlinux.org
hosts: man.archlinux.org
remote_user: root
roles:
- { role: firewalld }
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: hardening }
- { role: certbot }
- { role: nginx }
- { role: fail2ban }
- { role: prometheus_exporters }
- { role: postgres }
- { role: uwsgi }
- { role: archmanweb, archmanweb_version: 'v1.1' }