https://github.com/rolehippie/sanoid
Ansible role to install and configure sanoid ZFS backups
https://github.com/rolehippie/sanoid
ansible ansible-role hacktoberfest role
Last synced: 3 days ago
JSON representation
Ansible role to install and configure sanoid ZFS backups
- Host: GitHub
- URL: https://github.com/rolehippie/sanoid
- Owner: rolehippie
- License: apache-2.0
- Created: 2023-05-24T08:41:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T09:13:09.000Z (6 days ago)
- Last Synced: 2025-04-28T10:30:17.684Z (6 days ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - rolehippie/sanoid - Ansible role to install and configure sanoid ZFS backups (hacktoberfest)
README
# sanoid
[](https://github.com/rolehippie/sanoid)
[](https://github.com/rolehippie/sanoid/actions/workflows/general.yml)
[](https://github.com/rolehippie/sanoid/actions/workflows/docs.yml)
[](https://github.com/rolehippie/sanoid/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/sanoid/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/sanoid)Ansible role to install and configure sanoid ZFS backups.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of content
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [sanoid_datasets](#sanoid_datasets)
- [sanoid_templates](#sanoid_templates)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### sanoid_datasets
List of datasets
#### Default value
```YAML
sanoid_datasets: []
```#### Example usage
```YAML
sanoid_datasets:
- name: rpool/USERDATA
use_template: general
recursive: True
process_children_only: True
```### sanoid_templates
List of templates
#### Default value
```YAML
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](https://github.com/tboerger)