Multiple doc fix 3 (#5238) (#5245)

* 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>
(cherry picked from commit 88c3865cdb)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-09-06 08:05:16 +02:00 committed by GitHub
parent 3427e02fce
commit 64049a35de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 64 additions and 67 deletions

View file

@ -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: