Add extends_documentation_fragment back (#22293)

This commit is contained in:
John R Barker 2017-03-05 08:37:01 +00:00 committed by GitHub
parent 284b3e42d1
commit 0775d39a87
27 changed files with 28 additions and 1 deletions

View file

@ -34,6 +34,7 @@ description:
by evaluating the current running-config and only pushing configuration by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can commands that are not already configured. The config source can
be a set of commands or a template. be a set of commands or a template.
extends_documentation_fragment: eos
deprecated: Deprecated in 2.2. Use M(eos_config) instead deprecated: Deprecated in 2.2. Use M(eos_config) instead
options: options:
src: src:

View file

@ -24,7 +24,7 @@ ANSIBLE_METADATA = {
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: eos_banner_ module: eos_banner
version_added: "2.3" version_added: "2.3"
author: "Peter Sprygada (@privateip)" author: "Peter Sprygada (@privateip)"
short_description: Manage multiline banners on Arista EOS devices short_description: Manage multiline banners on Arista EOS devices
@ -32,6 +32,7 @@ description:
- This will configure both login and motd banners on remote devices - This will configure both login and motd banners on remote devices
running Arista EOS. It allows playbooks to add or remote running Arista EOS. It allows playbooks to add or remote
banner text from the active running configuration. banner text from the active running configuration.
extends_documentation_fragment: eos
options: options:
banner: banner:
description: description:

View file

@ -33,6 +33,7 @@ description:
read from the device. This module includes an read from the device. This module includes an
argument that will cause the module to wait for a specific condition argument that will cause the module to wait for a specific condition
before returning or timing out if the condition is not met. before returning or timing out if the condition is not met.
extends_documentation_fragment: eos
options: options:
commands: commands:
description: description:

View file

@ -34,6 +34,7 @@ description:
an implementation for working with eos configuration sections in an implementation for working with eos configuration sections in
a deterministic way. This module works with either CLI or eAPI a deterministic way. This module works with either CLI or eAPI
transports. transports.
extends_documentation_fragment: eos
options: options:
lines: lines:
description: description:

View file

@ -38,6 +38,7 @@ description:
Unix socket server. Use the options listed below to override the Unix socket server. Use the options listed below to override the
default configuration. default configuration.
- Requires EOS v4.12 or greater. - Requires EOS v4.12 or greater.
extends_documentation_fragment: eos
options: options:
http: http:
description: description:

View file

@ -34,6 +34,7 @@ description:
base network fact keys with C(ansible_net_<fact>). The facts base network fact keys with C(ansible_net_<fact>). The facts
module will always collect a base set of facts from the device module will always collect a base set of facts from the device
and can enable or disable collection of additional facts. and can enable or disable collection of additional facts.
extends_documentation_fragment: eos
options: options:
gather_subset: gather_subset:
description: description:

View file

@ -33,6 +33,7 @@ description:
on Arista EOS devices. It provides an option to configure host system on Arista EOS devices. It provides an option to configure host system
parameters or remove those parameters from the device active parameters or remove those parameters from the device active
configuration. configuration.
extends_documentation_fragment: eos
options: options:
hostname: hostname:
description: description:

View file

@ -32,6 +32,7 @@ description:
either individual usernames or the collection of usernames in the either individual usernames or the collection of usernames in the
current running config. It also supports purging usernames from the current running config. It also supports purging usernames from the
configuration that are not explicitly defined. configuration that are not explicitly defined.
extends_documentation_fragment: eos
options: options:
users: users:
description: description:

View file

@ -35,6 +35,7 @@ description:
commands that are not already configured. The config source can commands that are not already configured. The config source can
be a set of commands or a template. be a set of commands or a template.
deprecated: Deprecated in 2.2. Use M(ios_config) instead. deprecated: Deprecated in 2.2. Use M(ios_config) instead.
extends_documentation_fragment: ios
options: options:
src: src:
description: description:

View file

@ -35,6 +35,7 @@ description:
before returning or timing out if the condition is not met. before returning or timing out if the condition is not met.
- This module does not support running commands in configuration mode. - This module does not support running commands in configuration mode.
Please use M(ios_config) to configure IOS devices. Please use M(ios_config) to configure IOS devices.
extends_documentation_fragment: ios
options: options:
commands: commands:
description: description:

View file

@ -33,6 +33,7 @@ description:
for segmenting configuration into sections. This module provides for segmenting configuration into sections. This module provides
an implementation for working with IOS configuration sections in an implementation for working with IOS configuration sections in
a deterministic way. a deterministic way.
extends_documentation_fragment: ios
options: options:
lines: lines:
description: description:

View file

@ -33,6 +33,7 @@ description:
base network fact keys with C(ansible_net_<fact>). The facts base network fact keys with C(ansible_net_<fact>). The facts
module will always collect a base set of facts from the device module will always collect a base set of facts from the device
and can enable or disable collection of additional facts. and can enable or disable collection of additional facts.
extends_documentation_fragment: ios
options: options:
gather_subset: gather_subset:
description: description:

View file

@ -33,6 +33,7 @@ description:
on Cisco IOS devices. It provides an option to configure host system on Cisco IOS devices. It provides an option to configure host system
parameters or remove those parameters from the device active parameters or remove those parameters from the device active
configuration. configuration.
extends_documentation_fragment: ios
options: options:
hostname: hostname:
description: description:

View file

@ -33,6 +33,7 @@ description:
Cisco IOS devices. It allows playbooks to manage individual or Cisco IOS devices. It allows playbooks to manage individual or
the entire VRF collection. It also supports purging VRF definitions from the entire VRF collection. It also supports purging VRF definitions from
the configuration that are not explicitly defined. the configuration that are not explicitly defined.
extends_documentation_fragment: ios
options: options:
vrfs: vrfs:
description: description:

View file

@ -34,6 +34,7 @@ description:
commands that are not already configured. The config source can commands that are not already configured. The config source can
be a set of commands or a template. be a set of commands or a template.
deprecated: Deprecated in 2.2. Use M(iosxr_config) instead. deprecated: Deprecated in 2.2. Use M(iosxr_config) instead.
extends_documentation_fragment: iosxr
options: options:
src: src:
description: description:

View file

@ -33,6 +33,7 @@ description:
before returning or timing out if the condition is not met. before returning or timing out if the condition is not met.
- This module does not support running commands in configuration mode. - This module does not support running commands in configuration mode.
Please use M(iosxr_config) to configure iosxr devices. Please use M(iosxr_config) to configure iosxr devices.
extends_documentation_fragment: iosxr
options: options:
commands: commands:
description: description:

View file

@ -31,6 +31,7 @@ description:
for segmenting configuration into sections. This module provides for segmenting configuration into sections. This module provides
an implementation for working with IOS XR configuration sections in an implementation for working with IOS XR configuration sections in
a deterministic way. a deterministic way.
extends_documentation_fragment: iosxr
options: options:
lines: lines:
description: description:

View file

@ -31,6 +31,7 @@ description:
base network fact keys with C(ansible_net_<fact>). The facts base network fact keys with C(ansible_net_<fact>). The facts
module will always collect a base set of facts from the device module will always collect a base set of facts from the device
and can enable or disable collection of additional facts. and can enable or disable collection of additional facts.
extends_documentation_fragment: iosxr
options: options:
gather_subset: gather_subset:
description: description:

View file

@ -33,6 +33,7 @@ description:
on Cisco IOS-XR devices. It provides an option to configure host system on Cisco IOS-XR devices. It provides an option to configure host system
parameters or remove those parameters from the device active parameters or remove those parameters from the device active
configuration. configuration.
extends_documentation_fragment: iosxr
options: options:
hostname: hostname:
description: description:

View file

@ -33,6 +33,7 @@ description:
read from the device. This module includes an read from the device. This module includes an
argument that will cause the module to wait for a specific condition argument that will cause the module to wait for a specific condition
before returning or timing out if the condition is not met. before returning or timing out if the condition is not met.
extends_documentation_fragment: junos
options: options:
commands: commands:
description: description:

View file

@ -33,6 +33,7 @@ description:
configuration running on Juniper JUNOS devices. It provides a set configuration running on Juniper JUNOS devices. It provides a set
of arguments for loading configuration, performing rollback operations of arguments for loading configuration, performing rollback operations
and zeroing the active configuration on the device. and zeroing the active configuration on the device.
extends_documentation_fragment: junos
options: options:
lines: lines:
description: description:

View file

@ -33,6 +33,7 @@ description:
specified RPC using the NetConf transport. The reply is then specified RPC using the NetConf transport. The reply is then
returned to the playbook in the c(xml) key. If an alternate output returned to the playbook in the c(xml) key. If an alternate output
format is requested, the reply is transformed to the requested output. format is requested, the reply is transformed to the requested output.
extends_documentation_fragment: junos
options: options:
rpc: rpc:
description: description:

View file

@ -33,6 +33,7 @@ description:
network devices running the JUNOS operating system. It provides network devices running the JUNOS operating system. It provides
a set of arguments for creating, removing and updating locally a set of arguments for creating, removing and updating locally
defined accounts defined accounts
extends_documentation_fragment: junos
options: options:
users: users:
description: description:

View file

@ -38,6 +38,7 @@ description:
use a custom pager that can cause this module to hang. If the use a custom pager that can cause this module to hang. If the
value of the environment variable C(ANSIBLE_VYOS_TERMINAL_LENGTH) value of the environment variable C(ANSIBLE_VYOS_TERMINAL_LENGTH)
is not set, the default number of 10000 is used. is not set, the default number of 10000 is used.
extends_documentation_fragment: vyos
options: options:
commands: commands:
description: description:

View file

@ -34,6 +34,7 @@ description:
configuration file and state of the active configuration. All configuration file and state of the active configuration. All
configuration statements are based on `set` and `delete` commands configuration statements are based on `set` and `delete` commands
in the device configuration. in the device configuration.
extends_documentation_fragment: vyos
options: options:
lines: lines:
description: description:

View file

@ -33,6 +33,7 @@ description:
base network fact keys with U(ansible_net_<fact>). The facts base network fact keys with U(ansible_net_<fact>). The facts
module will always collect a base set of facts from the device module will always collect a base set of facts from the device
and can enable or disable collection of additional facts. and can enable or disable collection of additional facts.
extends_documentation_fragment: vyos
options: options:
gather_subset: gather_subset:
description: description:

View file

@ -33,6 +33,7 @@ description:
- Runs one or more commands on remote devices running VyOS. - Runs one or more commands on remote devices running VyOS.
This module can also be introspected to validate key parameters before This module can also be introspected to validate key parameters before
returning successfully. returning successfully.
extends_documentation_fragment: vyos
options: options:
hostname: hostname:
description: description: