mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Ansible 2.3 feature support for dellos6. (#23084)
* Ansible 2.3 feature support for dellos6. - With the new Ansible 2.3 infra changes, the dellos modules doesn't work (the new infra changes are not backward compatible), so added the below changes support it. - Added the new terminal plugin for DellOS6 - Added the new action plugin for DellOS6 - Modified the modules to work with the new infra. - with that it adds support for DellOS6 Persistent Connection support. * Remove pep8 confirming files from dellos6.py and dellos6_config legacy-files
This commit is contained in:
parent
53c52cf65f
commit
a0344acd78
9 changed files with 580 additions and 246 deletions
|
@ -99,7 +99,6 @@ lib/ansible/module_utils/cloudengine.py
|
|||
lib/ansible/module_utils/connection.py
|
||||
lib/ansible/module_utils/database.py
|
||||
lib/ansible/module_utils/dellos10.py
|
||||
lib/ansible/module_utils/dellos6.py
|
||||
lib/ansible/module_utils/dellos9.py
|
||||
lib/ansible/module_utils/docker_common.py
|
||||
lib/ansible/module_utils/ec2.py
|
||||
|
@ -512,8 +511,6 @@ lib/ansible/modules/network/cumulus/_cl_img_install.py
|
|||
lib/ansible/modules/network/cumulus/_cl_license.py
|
||||
lib/ansible/modules/network/cumulus/_cl_ports.py
|
||||
lib/ansible/modules/network/cumulus/nclu.py
|
||||
lib/ansible/modules/network/dellos6/dellos6_command.py
|
||||
lib/ansible/modules/network/dellos6/dellos6_facts.py
|
||||
lib/ansible/modules/network/dnsimple.py
|
||||
lib/ansible/modules/network/dnsmadeeasy.py
|
||||
lib/ansible/modules/network/eos/_eos_template.py
|
||||
|
@ -878,7 +875,6 @@ lib/ansible/plugins/action/asa_config.py
|
|||
lib/ansible/plugins/action/asa_template.py
|
||||
lib/ansible/plugins/action/assemble.py
|
||||
lib/ansible/plugins/action/copy.py
|
||||
lib/ansible/plugins/action/dellos6_config.py
|
||||
lib/ansible/plugins/action/eos_template.py
|
||||
lib/ansible/plugins/action/fetch.py
|
||||
lib/ansible/plugins/action/group_by.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue