community.general/lib/ansible/plugins
Nathaniel Case 5850591d14
Base connection class for network-style connections (#41839)
* Create base class for network-style connections

* clean up some differences

* Move NetworkConnectionBase

* Tweak netconf for tests

* Tweak when network_os is checked to avoid failing tests

* Pull back exec_command
2018-07-02 08:41:00 -04:00
..
action Improve code style 2018-06-21 13:59:50 -04:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Provide a fallback value for all options in 'default' callback plugin (#42155) 2018-06-30 21:31:30 -05:00
cliconf Add run_commands api for ios and vyos cliconf plugin (#42093) 2018-06-29 15:07:38 +05:30
connection Base connection class for network-style connections (#41839) 2018-07-02 08:41:00 -04:00
filter Add items2dict filter that is the reverse of dict2items (#42071) 2018-06-29 10:47:07 -05:00
httpapi New base class for HttpApi plugins (#41915) 2018-06-25 15:48:12 -04:00
inventory Fix setting required options for inventory plugins (#42049) 2018-06-29 11:48:35 -04:00
lookup fix vars hostname fallback 2018-06-22 15:29:40 -04:00
netconf Fix junos_config confirm commit issue (#41527) 2018-06-29 15:09:55 +05:30
shell runas + async - get working on older hosts (#41772) 2018-06-26 14:40:49 +10:00
strategy Use inventory.get_host instead of direct access to inventory.hosts (#41860) 2018-06-25 15:06:32 -05:00
terminal fix handling of ># ending prompts for sros (#41382) 2018-06-12 11:37:08 -04:00
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py options should be settable multiple times 2018-06-26 10:23:00 -04:00
loader.py HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00