mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -94,6 +94,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the cluster command.
|
||||
returned: always
|
||||
|
||||
@@ -83,6 +83,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the ospf command.
|
||||
returned: always
|
||||
|
||||
@@ -98,6 +98,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the ospf command.
|
||||
returned: always
|
||||
|
||||
@@ -79,6 +79,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the show command.
|
||||
returned: always
|
||||
|
||||
@@ -145,6 +145,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the trunk command.
|
||||
returned: always
|
||||
|
||||
@@ -117,6 +117,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the vlag command.
|
||||
returned: always
|
||||
|
||||
@@ -97,6 +97,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the vlan command.
|
||||
returned: always
|
||||
|
||||
@@ -131,6 +131,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the vrouter command.
|
||||
returned: always
|
||||
|
||||
@@ -144,6 +144,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the vrouterbpg command.
|
||||
returned: always
|
||||
|
||||
@@ -141,13 +141,15 @@ EXAMPLES = """
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
vrouterifcmd:
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
stdout/msg:
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the vrouterif command.
|
||||
returned: on success
|
||||
type: list
|
||||
stderr/msg:
|
||||
stderr:
|
||||
description: The set of error responses from the vrouterif command.
|
||||
returned: on error
|
||||
type: str
|
||||
|
||||
@@ -84,6 +84,8 @@ EXAMPLES = """
|
||||
RETURN = """
|
||||
command:
|
||||
description: The CLI command run on the target node(s).
|
||||
returned: always
|
||||
type: str
|
||||
stdout:
|
||||
description: The set of responses from the vrouterlb command.
|
||||
returned: always
|
||||
|
||||
Reference in New Issue
Block a user