This repository has been archived on 2024-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
sysconfig/roles/snapshot/tasks/sanoid.yml

15 lines
389 B
YAML

---
- name: sanoid | Install sanoid and syncoid packages
community.general.apk:
name: sanoid, syncoid
state: present
# 'sanoid' APK package comes with a 15min cronjob, so we only need to modify the configuration file
- name: sanoid | Create configuration file
template:
src: sanoid.conf.j2
dest: /etc/sanoid/sanoid.conf
mode: '644'
owner: root
group: root