add recipya setup
This commit is contained in:
parent
957000d3c2
commit
c4c5ab0e2a
7 changed files with 109 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue