Ansible playbook that provisions a server to run ZFS with DKMS.
collections | ||
roles/zfs | ||
.gitignore | ||
hosts.yml | ||
LICENSE | ||
README.md | ||
site.yml | ||
zfs.yml |
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
---
# file: hosts
zfs:
hosts:
srv1:
ansible_host: 10.10.10.14
vars:
ansible_user: ansible