https://github.com/joenyland/ansible-zfs-role
https://github.com/joenyland/ansible-zfs-role
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joenyland/ansible-zfs-role
- Owner: JoeNyland
- Created: 2023-04-15T08:16:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T12:24:46.000Z (8 months ago)
- Last Synced: 2025-02-15T08:30:38.786Z (3 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joenyland.zfs
=========================[](https://github.com/JoeNyland/ansible-zfs-role/actions/workflows/ci.yml)
Installs ZFS and configures it.
Requirements
------------None.
Role Variables
--------------### `zfs_datasets`
A hash of ZFS datasets. Any properties defined here will be set on the datasets.
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: server
roles:
- role: joenyland.zfs
vars:
zfs_datasets:
tank/home/joe:
compression: lz4
```License
-------MIT
Author Information
------------------⌨️ with ❤️ by [Joe Nyland](https://joe.nyland.io)