AlbanAndrieu.zfs
roles/alban_andrieu_zfs
This file was generated by Ansigenome. Do not edit this file directly but instead have a look at the files in the ./meta/ directory.
This Simple
role allows you to install ZFS file system
which can be used to easily snapshot/rollback huge amount of data on your workstation.
Installation
This role requires at least Ansible v2.3.0.0
. To install it, run:
Using ansible-galaxy
:
$ ansible-galaxy install alban.andrieu.zfs
Using arm
(Ansible Role Manager):
$ arm install alban.andrieu.zfs
Using git
:
$ git clone https://github.com/AlbanAndrieu/ansible-zfs.git
Documentation
More information about alban.andrieu.zfs
can be found in the
TODO official alban.andrieu.zfs documentation.
Role variables
List of default variables available in the inventory:
zfs_enabled: yes # Enable module
zfs_pool: rpool
zfs_docker_pool: zpool-docker
zfs_docker_directory: /var/lib/docker
# Important if running Ubuntu 12.04-13.10 and ssh on a non-standard port
ssh_port: 22
reboot_enabled: no
jenkins_home: /var/lib/jenkins # Jenkins home location
jenkins_user: jenkins
jenkins_group: jenkins
Detailed usage guide
Describe how to use in more detail...
Testing
$ ansible-galaxy install alban.andrieu.zfs
$ vagrant up
Contributing
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
For pull requests, editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Authors and license
roles/alban_andrieu_zfs
role was written by:
- Alban Andrieu | e-mail | Twitter | GitHub
License
- License: GPLv3
Feedback, bug-reports, requests, ...
Are welcome!
This role is part of the Nabla project. README generated by Ansigenome.
Alban Andrieu
ansible-galaxy install AlbanAndrieu.zfs