community.general/lib/ansible/plugins/cliconf
Nathaniel Case 02432565cd
Remove cliconf from httpapi connection (#46813)
* Bare minimum rip out cliconf

* nxapi changeover

* Update documentation, move options

* Memoize device_info

* Gratuitous rename to underscore use of local api implementation

Fixup eos module_utils like nxos

* Streamline version and image scans

* Expose get_capabilities through module_utils

* Add load_config to module_utils

* Support rpcs using both args and kwargs

* Add get_config for nxos

* Add get_diff

* module context, pulled from nxapi

We could probably do this correctly later

* Fix eos issues

* Limit connection._sub_plugin to only one plugin
2018-12-11 16:26:59 -05:00
..
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
aireos.py
aruba.py
asa.py
ce.py
cnos.py
dellos6.py
dellos9.py
dellos10.py
edgeos.py
edgeswitch.py edgeswitch_facts (#47618) 2018-11-02 18:50:11 +05:30
enos.py
eos.py Remove cliconf from httpapi connection (#46813) 2018-12-11 16:26:59 -05:00
exos.py
ios.py
iosxr.py
ironware.py
junos.py
nos.py
nxos.py Remove cliconf from httpapi connection (#46813) 2018-12-11 16:26:59 -05:00
onyx.py
routeros.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
slxos.py
voss.py New voss_config module (#47533) 2018-11-01 14:07:41 +05:30
vyos.py