Lenovo finetune modules (#46623)

* Making username password etc non mandatory as we use persistence connection.
Some documentation fine tuning also done.

* To update version which was tested against.

* Adding Bacon switch (NE0152T) to device rules

* Qalthos Review catch

* Updating version

* Changing documentation to add Bacon switch. This is effective since 2.8
This commit is contained in:
Anil Kumar Muraleedharan
2018-10-11 19:19:49 +05:30
committed by Nathaniel Case
parent b3063e37be
commit d0e89bc1bb
33 changed files with 266 additions and 484 deletions

View File

@@ -72,11 +72,11 @@ options:
deviceType:
description:
- This specifies the type of device where the method is executed.
The choices NE1072T,NE1032,NE1032T,NE10032,
NE2572 are added since version 2.4
The choices NE1072T,NE1032,NE1032T,NE10032,NE2572 are added
since version 2.4. The choice NE0152T is added since 2.8
required: Yes
choices: [g8272_cnos,g8296_cnos,g8332_cnos,NE1072T,NE1032,
NE1032T,NE10032,NE2572]
NE1032T,NE10032,NE2572,NE0152T]
version_added: 2.3
notes:
- For more information on using Ansible to manage Lenovo Network devices see U(https://www.ansible.com/ansible-lenovo).