1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-19 21:41:41 +02:00
infrastructure/playbooks/accounts.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

22 lines
584 B
YAML

- name: Setup Keycloak server
hosts: accounts.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: root_ssh }
- { role: prometheus_exporters }
- { 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"] }
- { role: fail2ban }
- { role: promtail }