ipmi_power – Power management for machine¶
Requirements¶
The below requirements are needed on the host that executes this module.
- python >= 2.6
- pyghmi
Parameters¶
Examples¶
# Ensure machine is powered on.
- ipmi_power:
name: test.testdomain.com
user: admin
password: password
state: on
Return Values¶
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
|
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.