2
0

reboot.yml 151 B

1234567
  1. - name: Reboot
  2. hosts: all,!localhost
  3. tasks:
  4. - name: Reboot system
  5. become: true
  6. ansible.builtin.reboot:
  7. reboot_timeout: 120