feat: add JuiceFS service deployment and configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 55s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-13 23:23:16 +01:00
parent e45bc5eb5a
commit e1d1125bdc
2 changed files with 115 additions and 0 deletions

View File

@@ -11,6 +11,9 @@
- name: Include ZFS tasks
ansible.builtin.include_tasks: zfs.yml
- name: Include JuiceFS tasks
ansible.builtin.include_tasks: juicefs.yml
- name: Check if datapool exists
ansible.builtin.command: zpool list datapool
register: datapool_check