Skip to content

Latest commit

 

History

History
123 lines (91 loc) · 3.48 KB

cisco.nxos.nxos_reboot_module.rst

File metadata and controls

123 lines (91 loc) · 3.48 KB

cisco.nxos.nxos_reboot

Reboot a network device.

Version added: 1.0.0

  • Reboot a network device.
Parameter Choices/Defaults Comments
confirm
boolean
    Choices:
  • no ←
  • yes
Safeguard boolean. Set to true if you're sure you want to reboot.

Note

- cisco.nxos.nxos_reboot:
    confirm: true

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
rebooted
boolean
success
Whether the device was instructed to reboot.

Sample:
True


Authors

  • Jason Edelman (@jedelman8)
  • Gabriele Gerbino (@GGabriele)