mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add extends_documentation_fragment back (#22293)
This commit is contained in:
parent
284b3e42d1
commit
0775d39a87
27 changed files with 28 additions and 1 deletions
|
@ -34,6 +34,7 @@ description:
|
|||
by evaluating the current running-config and only pushing configuration
|
||||
commands that are not already configured. The config source can
|
||||
be a set of commands or a template.
|
||||
extends_documentation_fragment: eos
|
||||
deprecated: Deprecated in 2.2. Use M(eos_config) instead
|
||||
options:
|
||||
src:
|
||||
|
|
|
@ -24,7 +24,7 @@ ANSIBLE_METADATA = {
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: eos_banner_
|
||||
module: eos_banner
|
||||
version_added: "2.3"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
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
|
||||
running Arista EOS. It allows playbooks to add or remote
|
||||
banner text from the active running configuration.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
banner:
|
||||
description:
|
||||
|
|
|
@ -33,6 +33,7 @@ description:
|
|||
read from the device. This module includes an
|
||||
argument that will cause the module to wait for a specific condition
|
||||
before returning or timing out if the condition is not met.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
commands:
|
||||
description:
|
||||
|
|
|
@ -34,6 +34,7 @@ description:
|
|||
an implementation for working with eos configuration sections in
|
||||
a deterministic way. This module works with either CLI or eAPI
|
||||
transports.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
lines:
|
||||
description:
|
||||
|
|
|
@ -38,6 +38,7 @@ description:
|
|||
Unix socket server. Use the options listed below to override the
|
||||
default configuration.
|
||||
- Requires EOS v4.12 or greater.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
http:
|
||||
description:
|
||||
|
|
|
@ -34,6 +34,7 @@ description:
|
|||
base network fact keys with C(ansible_net_<fact>). The facts
|
||||
module will always collect a base set of facts from the device
|
||||
and can enable or disable collection of additional facts.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
gather_subset:
|
||||
description:
|
||||
|
|
|
@ -33,6 +33,7 @@ description:
|
|||
on Arista EOS devices. It provides an option to configure host system
|
||||
parameters or remove those parameters from the device active
|
||||
configuration.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
hostname:
|
||||
description:
|
||||
|
|
|
@ -32,6 +32,7 @@ description:
|
|||
either individual usernames or the collection of usernames in the
|
||||
current running config. It also supports purging usernames from the
|
||||
configuration that are not explicitly defined.
|
||||
extends_documentation_fragment: eos
|
||||
options:
|
||||
users:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue