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
banner text from the active running configuration.
extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options:
banner:
description:

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

@ -34,6 +34,8 @@ description:
a deterministic way. This module works with either CLI or eAPI
transports.
extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options:
lines:
description:

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

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

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

@ -34,6 +34,8 @@ description:
current running config. It also supports purging usernames from the
configuration that are not explicitly defined.
extends_documentation_fragment: eos
notes:
- Tested against EOS 4.15
options:
aggregate:
description:

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

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

Loading…
Cancel
Save