Ansible playbook that provisions a server to run ZFS with DKMS.
Find a file
2025-02-26 06:23:01 -07:00
collections Initial commit 2025-02-21 16:29:16 -07:00
roles/zfs Enforcing kmod removal 2025-02-26 06:23:01 -07:00
.gitignore Initial commit 2025-02-21 16:29:16 -07:00
hosts.yml Fixing comment 2025-02-21 16:39:37 -07:00
LICENSE Initial commit 2025-02-21 16:29:16 -07:00
README.md Initial commit 2025-02-21 16:29:16 -07:00
site.yml Initial commit 2025-02-21 16:29:16 -07:00
zfs.yml Initial commit 2025-02-21 16:29:16 -07:00

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