christianlempa-boilerplates/ansible/maintenance/maint-reboot.yaml

8 lines
136 B
YAML
Raw Normal View History

2023-05-25 13:48:38 +02:00
---
- name: reboot machine
hosts: "{{ hosts }}"
become: yes
tasks:
- name: reboot machine
reboot:
reboot_timeout: 3600