Users Guide

PushPowerButton
Nmi
Table 34. Return Values
Name Description Returned Type Sample
Power state of a
server
Congures the power control
options on a PowerEdge
server
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC
Example
-name: Change Power State
dellemc_change_power_state:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
change_power: "xxxxxxx"
Resetting iDRAC to Factory Settings
Module: dellemc_idrac_reset
Synopsis
You can reset the iDRAC to its default factory settings using this module. This module deletes your current iDRAC conguration and resets
it to the default settings.
Options
Table 35. dellemc_idrac_reset
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Table 36. Return Values
Name Description Returned Type Sample
Reset
iDRAC
Resets the iDRAC Success String https://github.com/dell/Dell-EMC-Ansible-Modules-for-
iDRAC
Example
-name: Reset iDRAC
dellemc_idrac_reset:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
idrac_port: "xxx"
34
Server Administration Tasks