Add System Restart Playbook
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
- name: system restart
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: system restart
|
||||
shell: shutdown -r now
|
||||
Reference in New Issue
Block a user