diff options
Diffstat (limited to 'plugins/modules')
| -rw-r--r-- | plugins/modules/vyos_facts.py | 4 | ||||
| -rw-r--r-- | plugins/modules/vyos_interfaces.py | 6 | ||||
| -rw-r--r-- | plugins/modules/vyos_l3_interfaces.py | 6 | ||||
| -rw-r--r-- | plugins/modules/vyos_lag_interfaces.py | 6 | ||||
| -rw-r--r-- | plugins/modules/vyos_lldp_global.py | 6 | ||||
| -rw-r--r-- | plugins/modules/vyos_lldp_interfaces.py | 6 | 
6 files changed, 17 insertions, 17 deletions
| diff --git a/plugins/modules/vyos_facts.py b/plugins/modules/vyos_facts.py index 40010b1a..125b2564 100644 --- a/plugins/modules/vyos_facts.py +++ b/plugins/modules/vyos_facts.py @@ -53,10 +53,10 @@ options:          Can specify a list of values to include a larger subset. Values          can also be used with an initial C(M(!)) to specify that a          specific subset should not be collected. +        Valid subsets are 'all', 'interfaces', 'l3_interfaces', 'lag_interfaces', +        'lldp_global', 'lldp_interfaces'.      required: false      version_added: "2.9" -    choices: ['all', 'interfaces', '!interfaces', 'l3_interfaces', '!l3_interfaces','lag_interfaces', '!lag_interfaces', -             'lldp_global', '!lldp_global','lldp_interfaces', '!lldp_interfaces']  """  EXAMPLES = """ diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py index 9ea06999..096fd1ff 100644 --- a/plugins/modules/vyos_interfaces.py +++ b/plugins/modules/vyos_interfaces.py @@ -115,7 +115,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 @@ -835,14 +835,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 diff --git a/plugins/modules/vyos_l3_interfaces.py b/plugins/modules/vyos_l3_interfaces.py index e79d5d50..a16ec69f 100644 --- a/plugins/modules/vyos_l3_interfaces.py +++ b/plugins/modules/vyos_l3_interfaces.py @@ -109,7 +109,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 @@ -333,14 +333,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: > diff --git a/plugins/modules/vyos_lag_interfaces.py b/plugins/modules/vyos_lag_interfaces.py index d9b007ac..5c9b4c13 100644 --- a/plugins/modules/vyos_lag_interfaces.py +++ b/plugins/modules/vyos_lag_interfaces.py @@ -104,7 +104,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 @@ -513,14 +513,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: > diff --git a/plugins/modules/vyos_lldp_global.py b/plugins/modules/vyos_lldp_global.py index d080e822..55b1a1ab 100644 --- a/plugins/modules/vyos_lldp_global.py +++ b/plugins/modules/vyos_lldp_global.py @@ -75,7 +75,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 @@ -277,14 +277,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: > diff --git a/plugins/modules/vyos_lldp_interfaces.py b/plugins/modules/vyos_lldp_interfaces.py index 7fe6d23e..70ceed8c 100644 --- a/plugins/modules/vyos_lldp_interfaces.py +++ b/plugins/modules/vyos_lldp_interfaces.py @@ -116,7 +116,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 @@ -460,14 +460,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: > | 
