init commit
This commit is contained in:
9
playbooks/reboot.yml
Normal file
9
playbooks/reboot.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Reboot system immediately
|
||||
hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: Reboot the machine
|
||||
ansible.builtin.reboot:
|
||||
msg: "Rebooting"
|
||||
reboot_timeout: 600
|
Reference in New Issue
Block a user