Ansible-ZFS/README.md
2025-02-21 16:29:16 -07:00

22 lines
343 B
Markdown

# Ansible-ZFS
Ansible playbook that provisions a server to run ZFS with DKMS.
## Example
Execute playbook with needed variables to setup a server to use ZFS.
`ansible-playbook -i hosts site.yml`
```yml
---
# file: hosts
zfs:
hosts:
srv1:
ansible_host: 10.10.10.14
vars:
ansible_user: ansible
```