community.general/lib/ansible/parsing
James Cammarata 483df9c5f8 Imports and includes (#25399)
Initial commit to split includes into static imports/dynamic includes

This implements the new include/import syntax for Ansible 2.4:
* include_{tasks,role,variables} = dynamic
* import_{playbook,tasks,role} = static

The old bare `include` will be considered deprecated, as will any use of the `static: {yes|no}` option.

This also adds docs for import/include and reorganizing the "Playbook Reuse" section of the documentation.
2017-06-06 16:39:48 -05:00
..
utils ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
vault ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
yaml ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 2016-07-20 18:03:50 -04:00
dataloader.py removed unused import 2017-05-24 11:55:56 -04:00
mod_args.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
quoting.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
splitter.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00