1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/accounts.archlinux.org.yml
Jelle van der Waa 52ae5dd66e
Add tools to the accounts playbook
Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
2020-05-09 23:01:44 +02:00

21 lines
498 B
YAML

---
- name: setup Keycloak server
hosts: accounts.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- role: postgres
postgres_shared_buffers: 500MB
postgres_work_mem: 32MB
postgres_maintenance_work_mem: 1GB
postgres_effective_cache_size: 1GB
- { role: keycloak }
- { role: borg-client, tags: ["borg"] }