1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

tested against eos version (#28556)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-08-23 20:39:31 +05:30 committed by GitHub
parent f92ae0831b
commit 340f52ae96
9 changed files with 19 additions and 1 deletions

View file

@ -32,6 +32,8 @@ description:
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 extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options: options:
banner: banner:
description: description:

View file

@ -33,6 +33,8 @@ description:
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 extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options: options:
commands: commands:
description: description:

View file

@ -34,6 +34,8 @@ description:
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 extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options: options:
lines: lines:
description: description:

View file

@ -34,6 +34,8 @@ description:
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 extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options: options:
gather_subset: gather_subset:
description: description:

View file

@ -27,11 +27,13 @@ DOCUMENTATION = """
--- ---
module: eos_logging module: eos_logging
version_added: "2.4" version_added: "2.4"
author: "Trishna Guha (@trishnag)" author: "Trishna Guha (@trishnaguha)"
short_description: Manage logging on network devices short_description: Manage logging on network devices
description: description:
- This module provides declarative management of logging - This module provides declarative management of logging
on Arista Eos devices. on Arista Eos devices.
notes:
- Tested against EOS 4.15
options: options:
dest: dest:
description: description:

View file

@ -33,6 +33,8 @@ description:
parameters or remove those parameters from the device active parameters or remove those parameters from the device active
configuration. configuration.
extends_documentation_fragment: eos extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options: options:
hostname: hostname:
description: description:

View file

@ -34,6 +34,8 @@ description:
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 extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options: options:
aggregate: aggregate:
description: description:

View file

@ -33,6 +33,8 @@ short_description: Manage VLANs on Arista EOS network devices
description: description:
- This module provides declarative management of VLANs - This module provides declarative management of VLANs
on Arista EOS network devices. on Arista EOS network devices.
notes:
- Tested against EOS 4.15
options: options:
name: name:
description: description:

View file

@ -33,6 +33,8 @@ short_description: Manage VRFs on Arista EOS network devices
description: description:
- This module provides declarative management of VRFs - This module provides declarative management of VRFs
on Arista EOS network devices. on Arista EOS network devices.
notes:
- Tested against EOS 4.15
options: options:
name: name:
description: description: