1 2 3 4 5 6 7 8
--- # file handlers/main.yaml - name: "Reboot Server" ansible.builtin.reboot: reboot_timeout: 3600 tags: - reboot-server