christianlempa-boilerplates/ansible/maintenance/maint-reboot.yaml
2023-05-25 13:48:38 +02:00

8 lines
136 B
YAML

---
- name: reboot machine
hosts: "{{ hosts }}"
become: yes
tasks:
- name: reboot machine
reboot:
reboot_timeout: 3600