ansible/lib/ansible
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
..
cli ansible-doc: fix exception for required field 2017-06-03 14:32:05 +02:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config
errors ansible/errors: PEP8 compliancy (#24693) 2017-05-18 08:34:57 +01:00
executor Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory minor protection against bad config 2017-06-05 16:46:51 -04:00
module_utils module_utils/ec2: fix boto3 tags to remove (#25277) 2017-06-06 11:02:15 -04:00
modules New facts module for AWS VPC Peering (#19910) 2017-06-06 14:42:58 -04:00
parsing Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbook Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
plugins Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
template Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
utils Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
vars Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
__init__.py
constants.py Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00