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.
Enforce module deprecation.
After module has reached the end of it's deprecation cycle we will replace it with a docs stub.
* Replace deprecated modules with docs-only sub
* Use of deprecated past deprecation cycle gives meaningful message (see examples below)
* Enforce documentation.deprecation dict via `schema.py`
* Update `ansible-doc` and web docs to display documentation.deprecation
* Document that structure in `dev_guide`
* Ensure that all modules starting with `_` have a `deprecation:` block
* Ensure `deprecation:` block is only used on modules that start with `_`
* `removed_in` A string which represents when this module needs **deleting**
* CHANGELOG.md and porting_guide_2.5.rst list removed modules as well as alternatives
* CHANGELOG.md links to porting guide index
To ensure that meaningful messages are given to the user if they try to use a module at the end of it's deprecation cycle we enforce the module to contain:
```python
if __name__ == '__main__':
removed_module()
```
|
8 years ago | |
|---|---|---|
| .. | ||
| community | 8 years ago | |
| dev_guide | 8 years ago | |
| inventory | 8 years ago | |
| modules | 9 years ago | |
| plugins | 8 years ago | |
| roadmap | 8 years ago | |
| YAMLSyntax.rst | 9 years ago | |
| become.rst | 8 years ago | |
| command_line_tools.rst | 8 years ago | |
| committer_guidelines.rst | 8 years ago | |
| common_return_values.rst | 8 years ago | |
| community.rst | 8 years ago | |
| conf.py | 8 years ago | |
| faq.rst | 8 years ago | |
| galaxy.rst | 8 years ago | |
| glossary.rst | 8 years ago | |
| guide_aws.rst | 8 years ago | |
| guide_azure.rst | 8 years ago | |
| guide_cloudstack.rst | 8 years ago | |
| guide_docker.rst | 8 years ago | |
| guide_gce.rst | 8 years ago | |
| guide_kubernetes.rst | 9 years ago | |
| guide_packet.rst | 8 years ago | |
| guide_rax.rst | 8 years ago | |
| guide_rolling_upgrade.rst | 8 years ago | |
| guide_vagrant.rst | 9 years ago | |
| guides.rst | 9 years ago | |
| index.rst | 8 years ago | |
| intro.rst | 9 years ago | |
| intro_adhoc.rst | 8 years ago | |
| intro_bsd.rst | 8 years ago | |
| intro_configuration.rst | 8 years ago | |
| intro_dynamic_inventory.rst | 8 years ago | |
| intro_getting_started.rst | 8 years ago | |
| intro_installation.rst | 8 years ago | |
| intro_inventory.rst | 8 years ago | |
| intro_networking.rst | 8 years ago | |
| intro_patterns.rst | 8 years ago | |
| intro_windows.rst | 8 years ago | |
| modules.rst | 9 years ago | |
| modules_intro.rst | 9 years ago | |
| modules_support.rst | 8 years ago | |
| network_best_practices_2.5.rst | 8 years ago | |
| network_debug_troubleshooting.rst | 8 years ago | |
| network_working_with_command_output.rst | 8 years ago | |
| playbook_pathing.rst | 8 years ago | |
| playbooks.rst | 9 years ago | |
| playbooks_advanced_syntax.rst | 8 years ago | |
| playbooks_async.rst | 8 years ago | |
| playbooks_best_practices.rst | 8 years ago | |
| playbooks_blocks.rst | 8 years ago | |
| playbooks_checkmode.rst | 8 years ago | |
| playbooks_conditionals.rst | 8 years ago | |
| playbooks_debugger.rst | 8 years ago | |
| playbooks_delegation.rst | 8 years ago | |
| playbooks_environment.rst | 9 years ago | |
| playbooks_error_handling.rst | 8 years ago | |
| playbooks_filters.rst | 8 years ago | |
| playbooks_filters_ipaddr.rst | 9 years ago | |
| playbooks_intro.rst | 8 years ago | |
| playbooks_lookups.rst | 8 years ago | |
| playbooks_loops.rst | 8 years ago | |
| playbooks_prompts.rst | 8 years ago | |
| playbooks_python_version.rst | 8 years ago | |
| playbooks_reuse.rst | 8 years ago | |
| playbooks_reuse_includes.rst | 8 years ago | |
| playbooks_reuse_roles.rst | 8 years ago | |
| playbooks_roles.rst | 9 years ago | |
| playbooks_special_topics.rst | 8 years ago | |
| playbooks_startnstep.rst | 9 years ago | |
| playbooks_strategies.rst | 8 years ago | |
| playbooks_tags.rst | 8 years ago | |
| playbooks_templating.rst | 9 years ago | |
| playbooks_tests.rst | 8 years ago | |
| playbooks_variables.rst | 8 years ago | |
| playbooks_vault.rst | 8 years ago | |
| plugin_filtering_config.rst | 8 years ago | |
| plugins.rst | 8 years ago | |
| porting_guide_2.0.rst | 8 years ago | |
| porting_guide_2.3.rst | 8 years ago | |
| porting_guide_2.4.rst | 8 years ago | |
| porting_guide_2.5.rst | 8 years ago | |
| porting_guides.rst | 8 years ago | |
| python_3_support.rst | 8 years ago | |
| quickstart.rst | 9 years ago | |
| release_and_maintenance.rst | 8 years ago | |
| test_strategies.rst | 9 years ago | |
| tower.rst | 9 years ago | |
| vault.rst | 8 years ago | |
| windows.rst | 8 years ago | |
| windows_dsc.rst | 8 years ago | |
| windows_faq.rst | 8 years ago | |
| windows_setup.rst | 8 years ago | |
| windows_usage.rst | 8 years ago | |
| windows_winrm.rst | 8 years ago | |