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

@ -0,0 +1,6 @@
---
- name: 'restart tuwunel'
ansible.builtin.service:
name: 'tuwunel'
state: 'restarted'
daemon_reload: true