Homelab-Infra/inventory/group_vars/nas.example.yml

12 lines
227 B
YAML

---
# MergerFS
drive_a_path: /mnt/disk1
drive_b_path: /mnt/disk2
mergerfs_path: /mnt/nas01
mergerfs_opts: "defaults,allow_other,use_ino,category.create=mfs"
storage_backends:
- "{{ drive_a_path }}"
- "{{ drive_b_path }}"