1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-28 07:06:05 +02:00
infrastructure/playbooks/man.archlinux.org.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

21 lines
475 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.3' }