community.general.ipmi_boot – Management of order of boot devices¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.ipmi_boot
.
Requirements¶
The below requirements are needed on the host that executes this module.
python >= 2.6
pyghmi
Parameters¶
Examples¶
- name: Ensure bootdevice is HD
community.general.ipmi_boot:
name: test.testdomain.com
user: admin
password: password
bootdev: hd
- name: Ensure bootdevice is not Network
community.general.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:
Authors¶
Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>