mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Multiple doc fix 3 (#5238)
* multiple modules 2: fixed markups in doc * multiple modules 3: fixed markups in doc * fixed yaml * Update plugins/modules/cloud/misc/proxmox_template.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -29,7 +29,7 @@ options:
|
||||
type: str
|
||||
description:
|
||||
- SNMP community used for device discovery.
|
||||
- Required when C(state=present).
|
||||
- Required when I(state=present).
|
||||
required: true
|
||||
landscape:
|
||||
type: str
|
||||
@@ -38,7 +38,6 @@ options:
|
||||
- Landscape handle of the SpectroServer to which add or remove the device.
|
||||
state:
|
||||
type: str
|
||||
required: false
|
||||
description:
|
||||
- On C(present) creates the device when it does not exist.
|
||||
- On C(absent) removes the device when it exists.
|
||||
@@ -49,7 +48,7 @@ options:
|
||||
aliases: [ oneclick_url ]
|
||||
required: true
|
||||
description:
|
||||
- HTTP, HTTPS URL of the Oneclick server in the form (http|https)://host.domain[:port]
|
||||
- HTTP, HTTPS URL of the Oneclick server in the form C((http|https)://host.domain[:port]).
|
||||
url_username:
|
||||
type: str
|
||||
aliases: [ oneclick_user ]
|
||||
@@ -63,17 +62,14 @@ options:
|
||||
description:
|
||||
- Oneclick user password.
|
||||
use_proxy:
|
||||
required: false
|
||||
description:
|
||||
- if C(false), it will not use a proxy, even if one is defined in an environment
|
||||
variable on the target hosts.
|
||||
- if C(false), it will not use a proxy, even if one is defined in an environment variable on the target hosts.
|
||||
default: true
|
||||
type: bool
|
||||
validate_certs:
|
||||
required: false
|
||||
description:
|
||||
- If C(false), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates.
|
||||
on personally controlled sites using self-signed certificates.
|
||||
default: true
|
||||
type: bool
|
||||
agentport:
|
||||
|
||||
Reference in New Issue
Block a user