Fix network resource module wording and typographical errors (#61613)
This commit is contained in:
parent
036f173962
commit
39f35ac5bb
51 changed files with 152 additions and 152 deletions
|
@ -85,7 +85,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
|
||||
"""
|
||||
|
@ -254,12 +254,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: The configuration returned will always be in the same format of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: The configuration returned will always be in the same format of the parameters above.
|
||||
|
|
|
@ -87,7 +87,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -264,12 +264,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will always be in the same format of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will always be in the same format of the parameters above.
|
||||
|
|
|
@ -86,7 +86,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -262,14 +262,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -64,7 +64,7 @@ options:
|
|||
type: int
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -135,14 +135,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -66,7 +66,7 @@ options:
|
|||
choices: ['fast', 'normal']
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -207,14 +207,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -78,7 +78,7 @@ options:
|
|||
- passive
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -208,14 +208,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -95,7 +95,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -199,14 +199,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -63,7 +63,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -205,14 +205,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -70,7 +70,7 @@ options:
|
|||
- suspend
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -197,14 +197,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -86,7 +86,7 @@ options:
|
|||
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -385,14 +385,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
type: list
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
|
|
|
@ -88,7 +88,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -362,12 +362,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -98,7 +98,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -320,12 +320,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will always be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will always be in the same format of the paramters above.
|
||||
|
|
|
@ -107,7 +107,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -400,12 +400,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -63,7 +63,7 @@ options:
|
|||
required: True
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -138,14 +138,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -74,7 +74,7 @@ options:
|
|||
type: int
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -315,14 +315,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -85,7 +85,7 @@ options:
|
|||
type: int
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -348,12 +348,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -126,7 +126,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -214,12 +214,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -97,7 +97,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -453,14 +453,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -87,7 +87,7 @@ options:
|
|||
- disabled
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -416,14 +416,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -85,7 +85,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -323,12 +323,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -111,7 +111,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -387,12 +387,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -91,7 +91,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
"""
|
||||
|
||||
|
@ -381,12 +381,12 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: The configuration returned will alwys be in the same format of the paramters above.
|
||||
|
|
|
@ -72,7 +72,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -255,14 +255,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -103,7 +103,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -493,14 +493,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -108,7 +108,7 @@ options:
|
|||
choices: ['dst-ip', 'src-ip']
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -593,14 +593,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -94,7 +94,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -331,14 +331,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -76,7 +76,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -542,14 +542,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -96,7 +96,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
requirements:
|
||||
- ncclient (>=v0.6.4)
|
||||
|
@ -285,14 +285,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -95,7 +95,7 @@ options:
|
|||
- deleted
|
||||
default: merged
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
requirements:
|
||||
- ncclient (>=v0.6.4)
|
||||
|
@ -359,14 +359,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -90,7 +90,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -360,14 +360,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
type: list
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
|
|
|
@ -60,7 +60,7 @@ options:
|
|||
choices: ['revertive', 'non-revertive']
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -146,14 +146,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -105,7 +105,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -473,14 +473,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -82,7 +82,7 @@ options:
|
|||
choices: ['primary', 'backup']
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -301,14 +301,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -73,7 +73,7 @@ options:
|
|||
type: int
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -154,14 +154,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -60,7 +60,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -182,14 +182,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -72,7 +72,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -235,14 +235,14 @@ EXAMPLES = """
|
|||
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: str
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: str
|
||||
sample: >
|
||||
|
|
|
@ -68,7 +68,7 @@ options:
|
|||
- disable
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -130,14 +130,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -97,7 +97,7 @@ options:
|
|||
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -238,14 +238,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -83,7 +83,7 @@ options:
|
|||
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -232,14 +232,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -89,7 +89,7 @@ options:
|
|||
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -206,14 +206,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -74,7 +74,7 @@ options:
|
|||
choices: ['primary', 'secondary']
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -145,14 +145,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -109,7 +109,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -215,14 +215,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -75,7 +75,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -188,14 +188,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -122,7 +122,7 @@ options:
|
|||
type: bool
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in
|
||||
- The state of the configuration after module completion
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -208,14 +208,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -290,14 +290,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: dict
|
||||
sample: >
|
||||
|
|
|
@ -79,7 +79,7 @@ options:
|
|||
type: int
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -204,14 +204,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -114,7 +114,7 @@ options:
|
|||
type: int
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -834,14 +834,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
type: list
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
|
|
|
@ -108,7 +108,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -332,14 +332,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -103,7 +103,7 @@ options:
|
|||
type: list
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -512,14 +512,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -74,7 +74,7 @@ options:
|
|||
- sonmp
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -276,14 +276,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
|
@ -115,7 +115,7 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state the configuration should be left in.
|
||||
- The state of the configuration after module completion.
|
||||
type: str
|
||||
choices:
|
||||
- merged
|
||||
|
@ -459,14 +459,14 @@ EXAMPLES = """
|
|||
"""
|
||||
RETURN = """
|
||||
before:
|
||||
description: The configuration prior to the model invocation.
|
||||
description: The configuration as structured data prior to module invocation.
|
||||
returned: always
|
||||
type: list
|
||||
sample: >
|
||||
The configuration returned will always be in the same format
|
||||
of the parameters above.
|
||||
after:
|
||||
description: The resulting configuration model invocation.
|
||||
description: The configuration as structured data after module completion.
|
||||
returned: when changed
|
||||
type: list
|
||||
sample: >
|
||||
|
|
Loading…
Reference in a new issue