add recipya setup

This commit is contained in:
Jef Roosens 2026-01-17 16:06:46 +01:00
parent 957000d3c2
commit c4c5ab0e2a
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 109 additions and 0 deletions

View file

@ -214,3 +214,18 @@
# syncthing_data_dir: '/mnt/data1/syncthing/data'
# syncthing_home_dir: '/mnt/data1/syncthing/home'
# syncthing_config_dir: '/mnt/data1/syncthing/config'
#
- name: Set up Recipya
hosts: emma
tags: recipya
roles:
- role: any.common.btrfs-subvolumes
vars:
subvolumes:
- filesystem_uuid: "{{ btrfs_nvme.uuid }}"
filesystem_path: "{{ btrfs_nvme.path }}"
name: "/@rootfs/data/recipya/data"
become: true
- role: any.software.recipya-podman
vars:
data_dir: '/data/recipya/data'