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

343 B

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