community.general/lib/ansible/plugins
Ujwal Komarla 9384773e1e Exos httpapi (#54405)
* Modify EXOS module utils to utilize 'httpapi' or 'network-cli' connection

* Changes to cliconf plugin to support 'json' or 'text' output for compatibility between network-cli and httpapi

* Add HTTPAPI plugin supportng JSONRPC and RESTCONF for EXOS

* exos_facts modify commands with run script cli2json.py to command dictionary specifying 'json' output
Load appropriate fixtures

* Update exos_config module to utilize the get_diff and get_default_flag functionality.
JSONRPC doesn't work well with pipes, regex MULTILINE

* Support for NOS agnostic 'cli_config' module by implementing 'get_default_flag' and 'get_diff' functionality

* Update Ansible Documentation regarding the connections available for EXOS
2019-03-27 14:44:04 +01:00
..
action Fix nxos action plugin for nxos_install_os (#53768) 2019-03-18 09:14:40 +05:30
become become: Add missing documentation for pfexec, dzdo and machinectl (#53314) 2019-03-06 14:35:15 -05:00
cache Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
callback use ANSIBLE_ prefix on all ansible-defined env vars (#54272) 2019-03-26 17:43:48 -04:00
cliconf Exos httpapi (#54405) 2019-03-27 14:44:04 +01:00
connection Don't raise AnsibleConnectionFailure if the ssh process has already died. (#53534) 2019-03-12 10:41:30 -05:00
doc_fragments use ANSIBLE_ prefix on all ansible-defined env vars (#54272) 2019-03-26 17:43:48 -04:00
filter fix issue in random_mac filter with short prefixes (#53928) 2019-03-26 13:49:23 -04:00
httpapi Exos httpapi (#54405) 2019-03-27 14:44:04 +01:00
inventory Gitlab runner inventory plugin (#53897) 2019-03-26 20:34:32 +01:00
lookup New lookup module: manifold (#50435) 2019-03-27 07:20:15 -04:00
netconf Fix netconf plugin dispatch response (#54326) 2019-03-26 10:23:26 +05:30
shell Add support for Windows hosts in the SSH connection plugin (#47732) 2019-03-07 16:38:02 -08:00
strategy Template run_once for handlers (#54030) 2019-03-20 14:46:19 +01:00
terminal Fixes #53277 (#53285) 2019-03-26 18:10:45 +05:30
test Simplify regex filter code (#50202) 2019-02-03 15:10:16 -05:00
vars Fix encoding issues with file paths. (#50830) 2019-01-14 13:06:47 -08:00
__init__.py Misc typo fixes (#53284) 2019-03-04 15:30:18 -05:00
loader.py Fix name and default for become plugin config. 2019-03-22 17:05:51 -07:00