Skip to content

Instantly share code, notes, and snippets.

View bgraef's full-sized avatar

Bill Graef bgraef

  • Oracle
  • Winter Park
View GitHub Profile
@timfoster
timfoster / zol.yml
Last active August 7, 2021 09:49
Configure ZFS on Linux on a CentOS system.
#
# A series of Ansible tasks to download and configure zfs on linux
# If this is a HVM on SmartOS using one of the linux images,
# ( e.g.https://images.joyent.com/images?name=centos-7&type=zvol )
# replace the /data ext4 filesystem created by default with a zpool called
# tank, and create tank/data, mounting it to /data
#
---
- name: See if we already have the zfs source repo