{"id":16060801,"url":"https://github.com/geerlingguy/ansible-role-sanoid","last_synced_at":"2025-07-26T04:34:38.777Z","repository":{"id":236437530,"uuid":"792611953","full_name":"geerlingguy/ansible-role-sanoid","owner":"geerlingguy","description":"Ansible Role - Sanoid","archived":false,"fork":false,"pushed_at":"2025-01-31T03:25:47.000Z","size":20,"stargazers_count":23,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T08:21:26.308Z","etag":null,"topics":["ansible","backup","replication","sanoid","syncoid","zfs"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/standalone/roles/geerlingguy/sanoid/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2024-04-27T04:14:32.000Z","updated_at":"2025-02-09T03:46:08.000Z","dependencies_parsed_at":"2024-04-27T05:22:59.241Z","dependency_job_id":"c0a47b58-5b61-4154-a60d-09c792467749","html_url":"https://github.com/geerlingguy/ansible-role-sanoid","commit_stats":null,"previous_names":["geerlingguy/ansible-role-sanoid"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/geerlingguy/ansible-role-sanoid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-sanoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-sanoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-sanoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-sanoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-sanoid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-sanoid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267117449,"owners_count":24038665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","backup","replication","sanoid","syncoid","zfs"],"created_at":"2024-10-09T04:06:35.132Z","updated_at":"2025-07-26T04:34:38.746Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Sanoid\n\n[![CI](https://github.com/geerlingguy/ansible-role-sanoid/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-sanoid/actions/workflows/ci.yml)\n\nAn Ansible Role that installs [Sanoid and Syncoid](https://github.com/jimsalterjrs/sanoid) on Linux servers for ZFS snapshot, backup, and replication management.\n\n## Requirements\n\nZFS.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n```yaml\nsanoid_conf: \"\"\n```\n\nThe configuration to be stored inside `/etc/sanoid/sanoid.conf`. See the Sanoid project's [README file](https://github.com/jimsalterjrs/sanoid/blob/master/README.md) and [Wiki](https://github.com/jimsalterjrs/sanoid/wiki/Sanoid#options) for examples.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\nInstall from the system package manager:\n\n```yaml\n    - hosts: zfs\n\n      vars:\n        # This assumes you have a ZFS volume `tank/volume`.\n        sanoid_conf: \u003e\n          # Filesystem Backups\n          [tank/volume]\n            use_template = production\n            recursive = yes\n\n          # Templates\n          [template_production]\n            frequently = 0\n            hourly = 24\n            daily = 30\n            monthly = 3\n            yearly = 0\n            autosnap = yes\n            autoprune = yes\n\n      roles:\n        - role: geerlingguy.sanoid\n```\n\n## License\n\nGPLv3\n\n## Author Information\n\nThis role was created in 2024 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-sanoid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-sanoid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-sanoid/lists"}