1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
Nathaniel Case 9c0275a879
Connection plugins network_cli and netconf (#32521)
* implements jsonrpc message passing for ansible-connection

* implements more generic mechanism for persistent connections
* starts persistent connection in task_executor if enabled and supported
* supports using network_cli as top level connection plugin
* enhances logging for persistent connection to stdout

* Update action plugins

* Fix Python3 RPC

* Fix Junos bytes<-->str issues

* supports using netconf as top level connection plugin

* Error message when running netconf on an unsupported platform
* Update tests

* Fix `authorize: yes` for `connection: local`

* Handle potentially JSON data in terminal

* Add clarifying detail if possible on ConnectionError
2017-11-09 15:04:40 -05:00
..
process include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
action_write_locks.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
module_common.py windows: add #AnsibleRequires for Windows modules (#31683) 2017-10-23 14:21:30 -07:00
play_iterator.py calculate max fail against all hosts in batch 2017-11-01 08:45:31 -07:00
playbook_executor.py use proper booleans for vars_prompt 2017-08-14 16:52:53 -04:00
stats.py executor stats and task_executor pep8 error (#23651) 2017-08-18 08:55:48 -04:00
task_executor.py Connection plugins network_cli and netconf (#32521) 2017-11-09 15:04:40 -05:00
task_queue_manager.py calculate max fail against all hosts in batch 2017-11-01 08:45:31 -07:00
task_result.py namespace facts 2017-11-09 09:48:14 -05:00