mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
hponcfg: added missing types in documentation (#4589)
This commit is contained in:
parent
e96d2a5a3e
commit
a7499ce319
7 changed files with 10 additions and 13 deletions
|
@ -14,30 +14,33 @@ module: hponcfg
|
||||||
author: Dag Wieers (@dagwieers)
|
author: Dag Wieers (@dagwieers)
|
||||||
short_description: Configure HP iLO interface using hponcfg
|
short_description: Configure HP iLO interface using hponcfg
|
||||||
description:
|
description:
|
||||||
- This modules configures the HP iLO interface using hponcfg.
|
- This modules configures the HP iLO interface using hponcfg.
|
||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
- The XML file as accepted by hponcfg.
|
- The XML file as accepted by hponcfg.
|
||||||
required: true
|
required: true
|
||||||
aliases: ['src']
|
aliases: ['src']
|
||||||
|
type: path
|
||||||
minfw:
|
minfw:
|
||||||
description:
|
description:
|
||||||
- The minimum firmware level needed.
|
- The minimum firmware level needed.
|
||||||
required: false
|
required: false
|
||||||
|
type: str
|
||||||
executable:
|
executable:
|
||||||
description:
|
description:
|
||||||
- Path to the hponcfg executable (`hponcfg` which uses $PATH).
|
- Path to the hponcfg executable (`hponcfg` which uses $PATH).
|
||||||
default: hponcfg
|
default: hponcfg
|
||||||
|
type: str
|
||||||
verbose:
|
verbose:
|
||||||
description:
|
description:
|
||||||
- Run hponcfg in verbose mode (-v).
|
- Run hponcfg in verbose mode (-v).
|
||||||
default: no
|
default: no
|
||||||
type: bool
|
type: bool
|
||||||
requirements:
|
requirements:
|
||||||
- hponcfg tool
|
- hponcfg tool
|
||||||
notes:
|
notes:
|
||||||
- You need a working hponcfg on the target system.
|
- You need a working hponcfg on the target system.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -25,7 +25,6 @@ plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parame
|
||||||
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
||||||
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
||||||
|
|
|
@ -24,7 +24,6 @@ plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parame
|
||||||
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
||||||
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
||||||
|
|
|
@ -19,7 +19,6 @@ plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parame
|
||||||
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
||||||
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
||||||
|
|
|
@ -19,7 +19,6 @@ plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parame
|
||||||
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
||||||
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
||||||
|
|
|
@ -19,7 +19,6 @@ plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parame
|
||||||
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/clustering/consul/consul_session.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
||||||
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/remote_management/manageiq/manageiq_policies.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
||||||
|
|
|
@ -19,7 +19,6 @@ plugins/modules/clustering/consul/consul.py validate-modules:doc-missing-type
|
||||||
plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parameter
|
plugins/modules/clustering/consul/consul.py validate-modules:undocumented-parameter
|
||||||
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
plugins/modules/packaging/language/yarn.py use-argspec-type-path
|
||||||
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
plugins/modules/packaging/os/redhat_subscription.py validate-modules:return-syntax-error
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-missing-type # missing docs on suboptions
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:parameter-type-not-in-doc # missing docs on suboptions
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:parameter-type-not-in-doc # missing docs on suboptions
|
||||||
|
|
Loading…
Reference in a new issue