1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 02:01:41 +01:00
infrastructure/playbooks/quassel.archlinux.org.yml

20 lines
566 B
YAML
Raw Normal View History

- name: Setup quassel server
2019-04-25 21:33:56 +02:00
hosts: quassel.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
2019-04-25 21:33:56 +02:00
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"] }
2019-04-25 21:33:56 +02:00
- { role: certbot }
- role: postgres
postgres_max_connections: 100
postgres_ssl: 'off'
postgres_shared_buffers: 512MB
postgres_effective_cache_size: 1GB
2019-04-25 21:33:56 +02:00
- { role: quassel, quassel_domain: "quassel.archlinux.org" }
2020-09-12 23:19:23 +02:00
- { role: prometheus_exporters }
2021-02-26 22:14:05 +01:00
- { role: promtail }