tested against eos version (#28556)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/27995/merge
Trishna Guha 7 years ago committed by GitHub
parent f92ae0831b
commit 340f52ae96

@ -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:

@ -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:

@ -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:

@ -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:

@ -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:

@ -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:

@ -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:

@ -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:

@ -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:

Loading…
Cancel
Save