christianlempa-boilerplates/ansible/ubuntu/maint-reboot.yaml
2024-12-18 14:19:23 +01: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