Add System Restart Playbook

This commit is contained in:
2025-01-26 17:59:49 +01:00
parent 6a1801fef6
commit 42f7f7a968
+5
View File
@@ -0,0 +1,5 @@
- name: system restart
hosts: all
tasks:
- name: system restart
shell: shutdown -r now