Files
Compose-Files/AnisiblePlaybooks/Playbooks/maintenance/maint-reboot.yaml
T
2026-07-20 09:23:17 -04:00

10 lines
172 B
YAML

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