set up tuwunel matrix server

This commit is contained in:
Jef Roosens 2026-02-21 17:11:09 +01:00
parent 073127fcc0
commit 39a531cf87
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
9 changed files with 2622 additions and 1 deletions

View file

@ -253,3 +253,18 @@
name: 'jef'
- path: '/mnt/data1/photos/lambroek'
name: 'lambroek'
- name: Set up Tuwunel
hosts: emma
tags: tuwunel
become: true
roles:
- role: any.common.btrfs-subvolumes
vars:
subvolumes:
- filesystem_uuid: "{{ btrfs_nvme.uuid }}"
filesystem_path: "{{ btrfs_nvme.path }}"
name: "/@rootfs/data/matrix-tuwunel/data"
- role: any.software.tuwunel
vars:
tuwunel_data_dir: '/data/matrix-tuwunel/data'