community.general/lib/ansible/plugins/terminal
Matt Martz 9773a1f289
Add a Singleton metaclass, use it with Display (#48935)
* Add a Singleton class, use it with Display

* update six import

* Move remaining failes to display singleton

* Fix rebase issues

* Singleton improvements

* Add code-smell for 'from __main__ import display'. ci_complete

* s/self/cls/g

* Add docs for no-main-display

* Address linting issues

* Add changelog fragment. ci_complete

* Implement reentrant lock for class instantiation in Singleton

* Add Display singleton porting guide
2018-11-20 17:06:51 -06:00
..
__init__.py
aireos.py added in method to handle new and old login methods (#47170) 2018-10-23 13:19:31 -04:00
aruba.py
asa.py
bigip.py
ce.py fixing bytes <-> str regexp issue in cloudengine (#45285) 2018-09-12 09:59:42 -04:00
cnos.py
dellos6.py Added a bytes cast when checking for terminal response (#48427) 2018-11-14 11:54:33 -05:00
dellos9.py Fixes handling of terminal_initial_prompt on dellos6 and dellos9 devices (#45273) 2018-09-12 19:28:32 +05:30
dellos10.py
edgeos.py
edgeswitch.py edgeswitch_facts (#47618) 2018-11-02 18:50:11 +05:30
enos.py
eos.py eos: Don't error on VLAN missing warning (#45433) 2018-09-12 09:55:23 -04:00
exos.py new module exos_config (#43902) 2018-08-15 14:56:50 -07:00
ios.py revert 46677 changes (#47044) 2018-10-15 15:35:55 +05:30
iosxr.py fix Python 2.6 regex bug terminal plugin nxos, iosxr (#45135) 2018-09-04 13:44:43 +05:30
ironware.py
junos.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
nos.py new nos_command module (#43056) 2018-08-10 13:50:02 -07:00
nxos.py Additional feature enhancements to nxos_logging (#45844) 2018-09-25 11:02:09 +05:30
onyx.py
routeros.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
slxos.py
sros.py
voss.py New networking module: voss_command (#43741) 2018-08-08 15:56:50 +02:00
vyos.py