2022-08-23 04:49:23 +02:00
|
|
|
- name: Setup quassel server
|
2019-04-25 21:33:56 +02:00
|
|
|
hosts: quassel.archlinux.org
|
|
|
|
remote_user: root
|
|
|
|
roles:
|
|
|
|
- { role: common }
|
|
|
|
- { role: firewalld }
|
2021-07-06 19:47:22 +02:00
|
|
|
- { role: wireguard }
|
2019-04-25 21:33:56 +02:00
|
|
|
- { role: sshd }
|
|
|
|
- { role: root_ssh }
|
2020-08-18 19:15:22 +02:00
|
|
|
- { 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
|
2019-04-25 21:39:29 +02:00
|
|
|
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 }
|