New in version 2.2.
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
name
required |
Hostname or ip address of the BMC.
|
|
password
required |
Password to connect to the BMC.
|
|
port |
Default: 623
|
Remote RMCP port.
|
state
required |
|
Whether to ensure that the machine in desired state.
|
timeout |
Default: 300
|
Maximum number of seconds before interrupt request.
|
user
required |
Username to use to connect to the BMC.
|
# Ensure machine is powered on.
- ipmi_power:
name: test.testdomain.com
user: admin
password: password
state: on
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
powerstate
string
|
success |
The current power state of the machine.
Sample:
True
|
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.