mirror of https://github.com/ansible/ansible.git
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.
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.
|
9 years ago | |
|---|---|---|
| .. | ||
| style_guide | 9 years ago | |
| Makefile | 9 years ago | |
| developing_api.rst | 9 years ago | |
| developing_core.rst | 9 years ago | |
| developing_inventory.rst | 9 years ago | |
| developing_module_utilities.rst | 9 years ago | |
| developing_modules.rst | 9 years ago | |
| developing_modules_best_practices.rst | 9 years ago | |
| developing_modules_checklist.rst | 9 years ago | |
| developing_modules_documenting.rst | 9 years ago | |
| developing_modules_general.rst | 9 years ago | |
| developing_modules_in_groups.rst | 9 years ago | |
| developing_plugins.rst | 9 years ago | |
| developing_program_flow_modules.rst | 9 years ago | |
| developing_python3.rst | 9 years ago | |
| developing_rebasing.rst | 9 years ago | |
| developing_releases.rst | 9 years ago | |
| index.rst | 9 years ago | |
| overview_architecture.rst | 9 years ago | |
| repomerge.rst | 9 years ago | |
| testing.rst | 9 years ago | |
| testing_compile.rst | 9 years ago | |
| testing_httptester.rst | 9 years ago | |
| testing_integration.rst | 9 years ago | |
| testing_integration_legacy.rst | 9 years ago | |
| testing_pep8.rst | 9 years ago | |
| testing_running_locally.rst | 9 years ago | |
| testing_sanity.rst | 9 years ago | |
| testing_units.rst | 9 years ago | |
| testing_validate-modules.rst | 9 years ago | |