1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-05 09:24:12 +01:00
infrastructure/playbooks/matrix.archlinux.org.yml
Evangelos Foutras 26f289b72b
Capitalize the first letter of all task names
ansible-lint 6.5.0 complains about:

  name: All names should start with an
        uppercase letter. (name[casing])
2022-08-23 06:57:13 +03:00

25 lines
654 B
YAML

- name: Setup matrix
hosts: matrix.archlinux.org
remote_user: root
vars_files:
- ../misc/vaults/vault_matrix.yml
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 }