set up tuwunel matrix server
This commit is contained in:
parent
073127fcc0
commit
39a531cf87
9 changed files with 2622 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue