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

25 lines
607 B
YAML

---
- name: setup matrix
hosts: matrix.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"] }
- { role: certbot }
- { role: nginx }
- role: postgres
postgres_shared_buffers: 256MB
postgres_work_mem: 64MB
postgres_maintenance_work_mem: 256MB
postgres_effective_cache_size: 4GB
- { role: postfix_null }
- { role: matrix }
- { role: fail2ban }
- { role: prometheus_exporters }
- { role: promtail }