ansible-playbooks/roles/zfs/tasks/main.yml
2025-07-25 20:23:54 +02:00

10 lines
199 B
YAML

---
- name: Install ZFS
include_tasks: install.yml
- name: Configure Zpools
include_tasks: pools.yml
- name: "Setup ZFS datasets: filesystems, snapshots, volumes"
include_tasks: datasets.yml