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/playbook
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
..
role Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
__init__.py better error on bad playbook encoding 2017-09-14 08:53:15 -07:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py Make newer stuff PEP8 compliant (#26951) 2017-11-05 11:27:41 +01:00
become.py leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
block.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 11:33:43 -05:00
conditional.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Fix static determination for include_tasks 2017-10-11 17:30:45 -07:00
included_file.py Correctly create include_role blocks when using loops (#30372) 2017-09-14 15:56:12 -05:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Properly handle user selection of None as vars_files (#31313) 2017-10-09 11:27:50 -04:00
play_context.py Connection plugins network_cli and netconf (#32521) 2017-11-09 15:04:40 -05:00
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
role_include.py avoid include_Xs conflating vars with options (#30954) 2017-09-27 19:53:10 -04:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py get path from play if task does not have 2017-11-09 00:50:58 -05:00
task_include.py avoid include_Xs conflating vars with options (#30954) 2017-09-27 19:53:10 -04:00