feffi / ansible-arch-partition-zfs

Ansible role to manage a zfs "partition".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-arch-partition-zfs

Ansible role to manage a zfs "partition".

Build Status Github All Releases GitHub forks GitHub stars GitHub watchers Twitter Follow License

Requirements

  • Ansible 2.7.1
  • pacman ;-)

ansible.cfg

hash_behaviour = merge

Install

Just add the role to your requirements.yml file:

- src: https://github.com/feffi/ansible-arch-partition-zfs.git
  name: ansible-arch-partition-zfs

Role Defaults Variables

ansible_arch_partition_zfs: {
}

Example:

- hosts: all
  vars:
    ansible_arch_partition_zfs:
  roles:
    - { role: ansible-arch-partition-zfs }

About

Ansible role to manage a zfs "partition".

License:MIT License