Initial Commit

This commit is contained in:
chale 2025-05-20 16:31:56 -06:00
commit ac2d974e4b
10 changed files with 234 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
# file: roles/sanoid/handlers/main.yml
- name: Reboot Host
reboot:
- name: Daemon Reload
systemd:
daemon_reload: yes