maint-reboot.yaml 172 B

123456789
  1. ---
  2. - name: Reboot machine
  3. hosts: "{{ my_hosts | d([]) }}"
  4. become: true
  5. tasks:
  6. - name: Reboot machine
  7. ansible.builtin.reboot:
  8. reboot_timeout: 3600