mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
21 lines
498 B
YAML
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"] }
|