dellemc.openmanage.idrac_server_powerstate role – Role to manage the different power states of the specified device

Note

This role is part of the dellemc.openmanage collection (version 9.2.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install dellemc.openmanage.

To use it in a playbook, specify: dellemc.openmanage.idrac_server_powerstate.

Entry point main – Role to manage the different power states of the specified device

New in dellemc.openmanage 7.4.0

Synopsis

  • Role to manage the different power states of the specified device using iDRACs (iDRAC8 and iDRAC9 only) for Dell PowerEdge servers.

Parameters

Parameter

Comments

ca_path

path

The Privacy Enhanced Mail (PEM) file that contains a CA certificate to be used for the validation.

hostname

string / required

iDRAC IP Address.

https_port

integer

iDRAC port.

Default: 443

https_timeout

integer

The HTTPS socket level timeout in seconds.

Default: 30

password

string

iDRAC user password.

reset_type

string

This option resets the device.

If ForceOff, Turns off the device immediately.

If ForceOn, Turns on the device immediately.

If ForceRestart, Turns off the device immediately, and then restarts the device.

If GracefulRestart, Performs graceful shutdown of the device, and then restarts the device.

If GracefulShutdown, Performs a graceful shutdown of the device, and the turns off the device.

If Nmi, Sends a diagnostic interrupt to the device. This is usually a non-maskable interrupt (NMI) on x86 device.

If On, Turns on the device.

If PowerCycle, Performs power cycle on the device.

If PushPowerButton, Simulates the pressing of a physical power button on the device.

When a power control operation is performed, which is not supported on the device, an error message is displayed with the list of operations that can be performed.

Choices:

  • "ForceOff"

  • "ForceOn"

  • "ForceRestart"

  • "GracefulRestart"

  • "GracefulShutdown"

  • "Nmi"

  • "On" ← (default)

  • "PowerCycle"

  • "PushPowerButton"

resource_id

string

The unique identifier of the device being managed.

This option is mandatory for hostname with multiple devices.

username

string

iDRAC username.

validate_certs

boolean

If false, the SSL certificates will not be validated.

Configure false only on personally controlled sites where self-signed certificates are used.

Choices:

  • false

  • true ← (default)