Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joenyland/ansible-sanoid-role
https://github.com/joenyland/ansible-sanoid-role
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joenyland/ansible-sanoid-role
- Owner: JoeNyland
- Created: 2023-04-16T18:27:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T10:32:58.000Z (over 1 year ago)
- Last Synced: 2024-12-06T21:08:33.577Z (24 days ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joenyland.sanoid
=========================[![CI](https://github.com/JoeNyland/ansible-sanoid-role/actions/workflows/ci.yml/badge.svg)](https://github.com/JoeNyland/ansible-sanoid-role/actions/workflows/ci.yml)
Installs and configures Sanoid.
Requirements
------------None.
Role Variables
--------------### `sanoid_templates`
A hash of templates.
### `sanoid_policies`
A hash of policies.
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: server
roles:
- role: sanoid
vars:
sanoid_templates:
tank:
autosnap: 'yes'
autoprune: 'yes'
frequently: 0
hourly: 0
daily: 30
monthly: 3
yearly: 0
sanoid_policies:
tank:
use_template: tank
recursive: 'yes'```
License
-------MIT
Author Information
------------------⌨️ with ❤️ by [Joe Nyland](https://joe.nyland.io)