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

10 lines
172 B
YAML

---
- name: Reboot machine
hosts: "{{ my_hosts | d([]) }}"
become: true
tasks:
- name: Reboot machine
ansible.builtin.reboot:
reboot_timeout: 3600