maint-reboot.yaml 153 B

12345678
  1. ---
  2. - name: reboot machine
  3. hosts: "{{ hosts }}"
  4. become: yes
  5. tasks:
  6. - name: reboot machine
  7. ansible.builtin.reboot:
  8. reboot_timeout: 3600