ansible/lib/ansible/cli
Brian Coca bd9094c925 include_role (role revamp implementation) (#17232)
* attempt #11 to role_include

* fixes from jimi-c

* do not override load_data, move all to load

* removed debugging

* implemented tasks_from parameter, must break cache

* fixed issue with cache and tasks_from

* make resolution of from_tasks prioritize literal

* avoid role dependency dedupe when include_role

* fixed role deps and handlers are now loaded

* simplified code, enabled k=v parsing

used example from jimi-c

* load role defaults for task when include_role

* fixed issue with from_Tasks overriding all subdirs

* corrected priority order of main candidates

* made tasks_from a more generic interface to roles

* fix block inheritance and handler order

* allow vars: clause into included role

* pull vars already processed vs from raw data

* fix from jimi-c blocks i broke

* added back append for dynamic includes

* only allow for basename in from parameter

* fix for docs when no default

* fixed notes

* added include_role to changelog
2016-08-26 13:42:13 -04:00
..
__init__.py fix version/help when missing action 2016-05-31 09:30:50 -04:00
adhoc.py minor optimization 2016-06-03 09:56:56 -04:00
console.py added check and diff mode control to console 2016-07-25 08:05:56 -04:00
doc.py include_role (role revamp implementation) (#17232) 2016-08-26 13:42:13 -04:00
galaxy.py Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00
playbook.py Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
pull.py Fixes #12309 (#14121) 2016-06-23 09:02:34 -04:00
vault.py Changes to convert to unicode at the borders 2016-01-28 10:56:46 -08:00