2
0
Files
Ansible/Maintenance/maint-reboot.yaml
2024-06-04 15:30:47 +02:00

9 lines
171 B
YAML

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