initial commits
This commit is contained in:
9
Maintenance/maint-reboot.yaml
Normal file
9
Maintenance/maint-reboot.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Reboot machine
|
||||
hosts: "{{ my_hosts | d([]) }}"
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Reboot machine
|
||||
ansible.builtin.reboot:
|
||||
reboot_timeout: 3600
|
||||
Reference in New Issue
Block a user