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

10 lines
172 B
YAML
Raw Normal View History

2023-05-25 13:48:38 +02:00
---
- name: Reboot machine
hosts: "{{ my_hosts | d([]) }}"
become: true
2023-05-25 13:48:38 +02:00
tasks:
- name: Reboot machine
2024-03-03 16:10:27 +01:00
ansible.builtin.reboot:
reboot_timeout: 3600