Do we have any ansible module supported node reboot,
The checking process can be done by rest/info module
such as cluster show, node show, storage failover show and whether the network interfaces are home or not.
But the takeover and giveback process?
ex:
storage failover takeover -ofnode <nodename>
storage failover giveback -ofnode <nodename> -override-vetoes true
If using command module, there is a confirmation that need to type "y" to be done, I think this doesn't support in ansible