mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Tidy up validate-modules ignores for remote_management/ipmi modules (#1767)
* fixed validation-modules for plugins/modules/remote_management/ipmi/ipmi_boot.py * fixed validation-modules for plugins/modules/remote_management/ipmi/ipmi_power.py * Tidy up validate-modules ignores for remote_management/ipmi modules
This commit is contained in:
parent
c03ae754d2
commit
89ffb04dff
5 changed files with 12 additions and 12 deletions
|
@ -19,18 +19,22 @@ options:
|
|||
description:
|
||||
- Hostname or ip address of the BMC.
|
||||
required: true
|
||||
type: str
|
||||
port:
|
||||
description:
|
||||
- Remote RMCP port.
|
||||
default: 623
|
||||
type: int
|
||||
user:
|
||||
description:
|
||||
- Username to use to connect to the BMC.
|
||||
required: true
|
||||
type: str
|
||||
password:
|
||||
description:
|
||||
- Password to connect to the BMC.
|
||||
required: true
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
- Whether to ensure that the machine in desired state.
|
||||
|
@ -42,10 +46,12 @@ options:
|
|||
- boot -- If system is off, then 'on', else 'reset'"
|
||||
choices: ['on', 'off', shutdown, reset, boot]
|
||||
required: true
|
||||
type: str
|
||||
timeout:
|
||||
description:
|
||||
- Maximum number of seconds before interrupt request.
|
||||
default: 300
|
||||
type: int
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- pyghmi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue