mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
hpilo_info: added missing types in documentation (#4588)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user