ansible/lib/ansible/executor
Brian Coca 075ead8fb0 fixes to config/setting retrieval
- better variable precedence management
- universal plugin option handling
- also updated comments for future directions
- leverage fragments for plugins
- removed fact namespacing
- added 'firendly name' field
- updated missing descriptions
- removed some unused yaml entries, updated others to reflect possible future
- documented more plugins
- allow reading docs using alias
- short licenses
- corrected args for 'all plugins'
- fixed -a option for ansible-doc
- updated vars plugins to allow docs
- fixed 'gathering'
- only set options IF connection
- added path list and renamed pathspec mostly the diff is , vs : as separator
- readded removed config entries that were deprecated but had no message ... and deprecated again
- now deprecated entries give warning when set
2017-09-09 09:48:22 -07: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 Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
play_iterator.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -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 fixes to config/setting retrieval 2017-09-09 09:48:22 -07:00
task_queue_manager.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
task_result.py Return code is not very useful to assume a task failed 2017-06-27 15:40:27 -04:00