diff --git a/lib/ansible/modules/network/eos/eos_banner.py b/lib/ansible/modules/network/eos/eos_banner.py index 79d3035a9a9..b52ca3befb5 100644 --- a/lib/ansible/modules/network/eos/eos_banner.py +++ b/lib/ansible/modules/network/eos/eos_banner.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_command.py b/lib/ansible/modules/network/eos/eos_command.py index a12d146cbc7..52dc321dbee 100644 --- a/lib/ansible/modules/network/eos/eos_command.py +++ b/lib/ansible/modules/network/eos/eos_command.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py index 7cb305a65f2..e6ec58ae4ca 100644 --- a/lib/ansible/modules/network/eos/eos_config.py +++ b/lib/ansible/modules/network/eos/eos_config.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_facts.py b/lib/ansible/modules/network/eos/eos_facts.py index d7cd85ac205..f81d9851533 100644 --- a/lib/ansible/modules/network/eos/eos_facts.py +++ b/lib/ansible/modules/network/eos/eos_facts.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_logging.py b/lib/ansible/modules/network/eos/eos_logging.py index 453ab3ea797..d769e45cc3b 100644 --- a/lib/ansible/modules/network/eos/eos_logging.py +++ b/lib/ansible/modules/network/eos/eos_logging.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_system.py b/lib/ansible/modules/network/eos/eos_system.py index c0ecdfa4c31..669b0b6cc34 100644 --- a/lib/ansible/modules/network/eos/eos_system.py +++ b/lib/ansible/modules/network/eos/eos_system.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_user.py b/lib/ansible/modules/network/eos/eos_user.py index 9ac693605cd..cdbb5d7bbd3 100644 --- a/lib/ansible/modules/network/eos/eos_user.py +++ b/lib/ansible/modules/network/eos/eos_user.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_vlan.py b/lib/ansible/modules/network/eos/eos_vlan.py index 7803cd4786c..1b8ac5a32a3 100644 --- a/lib/ansible/modules/network/eos/eos_vlan.py +++ b/lib/ansible/modules/network/eos/eos_vlan.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_vrf.py b/lib/ansible/modules/network/eos/eos_vrf.py index 46eaf758be7..5100d089393 100644 --- a/lib/ansible/modules/network/eos/eos_vrf.py +++ b/lib/ansible/modules/network/eos/eos_vrf.py @@ -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: