mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Use semantic markup (modules a-c) (#6671)
* Use semantic markup. * E() now works better.
This commit is contained in:
parent
7ae8cc9902
commit
6fc1df9b83
32 changed files with 193 additions and 200 deletions
|
@ -30,7 +30,7 @@ options:
|
|||
port:
|
||||
description:
|
||||
- Port number to be used for REST connection.
|
||||
- The default value depends on parameter C(use_ssl).
|
||||
- The default value depends on parameter I(use_ssl).
|
||||
type: int
|
||||
username:
|
||||
description:
|
||||
|
@ -43,13 +43,13 @@ options:
|
|||
type: str
|
||||
use_ssl:
|
||||
description:
|
||||
- If C(false), an HTTP connection will be used instead of the default HTTPS connection.
|
||||
- If V(false), an HTTP connection will be used instead of the default HTTPS connection.
|
||||
type: bool
|
||||
default: true
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(false), SSL certificates will not be validated.
|
||||
- This should only set to C(false) when used on personally controlled sites using self-signed certificates.
|
||||
- If V(false), SSL certificates will not be validated.
|
||||
- This should only set to V(false) when used on personally controlled sites using self-signed certificates.
|
||||
type: bool
|
||||
default: true
|
||||
name:
|
||||
|
@ -144,11 +144,11 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
systems:
|
||||
description: List of systems
|
||||
returned: I(state=query) and I(name) is not provided
|
||||
returned: O(state=query) and O(name) is not provided
|
||||
type: list
|
||||
system:
|
||||
description: (Resulting) information about the system we are working with
|
||||
returned: when I(name) is provided
|
||||
returned: when O(name) is provided
|
||||
type: dict
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue