Initial Commit
This commit is contained in:
commit
ac2d974e4b
10 changed files with 234 additions and 0 deletions
9
roles/sanoid/handlers/main.yml
Normal file
9
roles/sanoid/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# file: roles/sanoid/handlers/main.yml
|
||||
|
||||
- name: Reboot Host
|
||||
reboot:
|
||||
|
||||
- name: Daemon Reload
|
||||
systemd:
|
||||
daemon_reload: yes
|
Loading…
Add table
Add a link
Reference in a new issue