Comment on [Help] Which modules for BTRFS or ZFS setup with Ansible?
mojo_raisin@lemmy.world 6 months ago
You can use the parted module for partitioning
docs.ansible.com/ansible/…/parted_module.html#ans…
Format with BTRFS or many others
docs.ansible.com/…/filesystem_module.html#ansible…
These might come in handy:
- docs.ansible.com/…/btrfs_info_module.html#ansible…
- docs.ansible.com/…/btrfs_subvolume_module.html#an…
For ZFS, I’m not familiar but I found
Here’s the index of all modules: docs.ansible.com/ansible/…/index_module.html