1cf6c81ac5
Replaces manually deployed config files with a fully idempotent role: installs sanoid, templates sanoid.conf and syncoid service/timer from variables, enables both systemd timers. Removes static proxmox/sanoid.* files. README rebuild section updated accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
255 B
YAML
13 lines
255 B
YAML
---
|
|
- name: Restart sanoid timer
|
|
ansible.builtin.systemd:
|
|
name: sanoid.timer
|
|
state: restarted
|
|
daemon_reload: true
|
|
|
|
- name: Restart syncoid timer
|
|
ansible.builtin.systemd:
|
|
name: syncoid.timer
|
|
state: restarted
|
|
daemon_reload: true
|