any.sofware.otter: added role

This commit is contained in:
Jef Roosens 2025-12-23 23:20:43 +01:00
parent 09e19680e6
commit 40905a5cbe
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
8 changed files with 143 additions and 0 deletions

View file

@ -60,3 +60,18 @@
webdav_user: "{{ vault_webdav_user }}"
webdav_password: "{{ vault_webdav_password }}"
webdav_password_bcrypt: "{{ vault_webdav_password_bcrypt }}"
- name: Set up Otter
hosts: emma
become: yes
tags: otter
roles:
- role: any.common.btrfs-subvolumes
vars:
subvolumes:
- filesystem_uuid: "{{ btrfs_nvme.uuid }}"
filesystem_path: "{{ btrfs_nvme.path }}"
name: "/@rootfs/otter/data"
- role: any.software.otter
vars:
data_dir: '{{ btrfs_nvme.path }}/data/otter/data'