rolehippie.sanoid

sanoid

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure sanoid ZFS backups.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

sanoid_datasets

List of datasets

Default value

sanoid_datasets: []

Example usage

sanoid_datasets:
  - name: rpool/USERDATA
    use_template: general
    recursive: True
    process_children_only: True

sanoid_templates

List of templates

Default value

sanoid_templates:
  - name: general
    frequently: 0
    hourly: 24
    daily: 7
    monthly: 12
    yearly: 0
    autosnap: true
    autoprune: true

Discovered Tags

sanoid

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install and configure sanoid ZFS backups

Install
ansible-galaxy install rolehippie.sanoid
GitHub repository
License
apache-2.0
Downloads
344
Owner
Ansible role collection of Webhippie