mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
[PR #9532/8cef0ee5 backport][stable-10] defghi*: style adjustments (#9544)
defghi*: style adjustments (#9532)
* defghi*: style adjustments
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 8cef0ee551
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
26b8f30afa
commit
1f29fa2e39
26 changed files with 69 additions and 73 deletions
|
@ -14,8 +14,8 @@ module: hpilo_boot
|
|||
author: Dag Wieers (@dagwieers)
|
||||
short_description: Boot system using specific media through HP iLO interface
|
||||
description:
|
||||
- 'This module boots a system through its HP iLO interface. The boot media can be one of: V(cdrom), V(floppy), V(hdd),
|
||||
V(network), or V(usb).'
|
||||
- 'This module boots a system through its HP iLO interface. The boot media can be one of: V(cdrom), V(floppy), V(hdd), V(network),
|
||||
or V(usb).'
|
||||
- This module requires the hpilo python module.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
|
@ -55,12 +55,12 @@ options:
|
|||
state:
|
||||
description:
|
||||
- The state of the boot media.
|
||||
- "V(no_boot): Do not boot from the device"
|
||||
- "V(boot_once): Boot from the device once and then notthereafter"
|
||||
- "V(boot_always): Boot from the device each time the server is rebooted"
|
||||
- "V(connect): Connect the virtual media device and set to boot_always"
|
||||
- "V(disconnect): Disconnects the virtual media device and set to no_boot"
|
||||
- "V(poweroff): Power off the server"
|
||||
- 'V(no_boot): Do not boot from the device.'
|
||||
- 'V(boot_once): Boot from the device once and then notthereafter.'
|
||||
- 'V(boot_always): Boot from the device each time the server is rebooted.'
|
||||
- 'V(connect): Connect the virtual media device and set to boot_always.'
|
||||
- 'V(disconnect): Disconnects the virtual media device and set to no_boot.'
|
||||
- 'V(poweroff): Power off the server.'
|
||||
default: boot_once
|
||||
type: str
|
||||
choices: ["boot_always", "boot_once", "connect", "disconnect", "no_boot", "poweroff"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue