1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/matrix.archlinux.org.yml

26 lines
649 B
YAML

---
- name: setup matrix
hosts: matrix.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: unbound }
- { role: root_ssh }
- { role: borg-client, tags: ["borg"] }
- { role: certbot }
- { role: nginx }
- role: postgres
postgres_shared_buffers: 1024MB
postgres_work_mem: 64MB
postgres_maintenance_work_mem: 1GB
postgres_effective_cache_size: 3GB
- role: postfix
postfix_relayhost: "orion.archlinux.org"
- { role: matrix }
- { role: zabbix-agent, tags: ["zabbix"] }
- { role: fail2ban }