mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
hpilo_info: added missing types in documentation (#4588)
This commit is contained in:
parent
e62a56e15c
commit
e96d2a5a3e
7 changed files with 7 additions and 9 deletions
|
@ -23,20 +23,24 @@ description:
|
|||
options:
|
||||
host:
|
||||
description:
|
||||
- The HP iLO hostname/address that is linked to the physical system.
|
||||
- The HP iLO hostname/address that is linked to the physical system.
|
||||
type: str
|
||||
required: true
|
||||
login:
|
||||
description:
|
||||
- The login name to authenticate to the HP iLO interface.
|
||||
- The login name to authenticate to the HP iLO interface.
|
||||
type: str
|
||||
default: Administrator
|
||||
password:
|
||||
description:
|
||||
- The password to authenticate to the HP iLO interface.
|
||||
- The password to authenticate to the HP iLO interface.
|
||||
type: str
|
||||
default: admin
|
||||
ssl_version:
|
||||
description:
|
||||
- Change the ssl_version used.
|
||||
default: TLSv1
|
||||
type: str
|
||||
choices: [ "SSLv3", "SSLv23", "TLSv1", "TLSv1_1", "TLSv1_2" ]
|
||||
requirements:
|
||||
- hpilo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue