You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
role Fix dangerous default args. (#29839) 7 years ago
__init__.py better error on bad playbook encoding 7 years ago
attribute.py
base.py Make newer stuff PEP8 compliant (#26951) 7 years ago
become.py leftover from porting become to v2 that's unused 7 years ago
block.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 7 years ago
conditional.py
handler.py
handler_task_include.py
helpers.py Fix static determination for include_tasks 7 years ago
included_file.py Correctly create include_role blocks when using loops (#30372) 7 years ago
loop_control.py
play.py Properly handle user selection of `None` as vars_files (#31313) 7 years ago
play_context.py Connection plugins network_cli and netconf (#32521) 7 years ago
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 8 years ago
role_include.py avoid include_Xs conflating vars with options (#30954) 7 years ago
taggable.py
task.py get path from play if task does not have 7 years ago
task_include.py avoid include_Xs conflating vars with options (#30954) 7 years ago