ipmi_boot – Management of order of boot devices¶
Synopsis¶
Use this module to manage order of boot devices
Requirements¶
The below requirements are needed on the host that executes this module.
python >= 2.6
pyghmi
Parameters¶
Examples¶
# Ensure bootdevice is HD.
- ipmi_boot:
name: test.testdomain.com
user: admin
password: password
bootdev: hd
# Ensure bootdevice is not Network
- ipmi_boot:
name: test.testdomain.com
user: admin
password: password
bootdev: network
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]