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.
ansible/docs/docsite/rst/roadmap/ROADMAP_2_4.rst

43 lines
1.4 KiB
ReStructuredText

****************************
Ansible by Red Hat, Core 2.4
****************************
**********************
Target: June/July 2017
**********************
This is meant to be a living document, and is **DRAFT** until
stated otherwise in the document.
- **Ansible-Config**
- New yaml format for config
- Extend the ability of the current config system by adding creating an ansible-config command and add the following:
- Dump existing config settings
- Update / write a config entry
- Show available options (ini entry, yaml, env var, etc)
- Proposal found in ansible/proposals issue `#35 <https://github.com/ansible/proposals/issues/35>`_.
- Initial PR of code found in ansible/ansible PR `#12797 <https://github.com/ansible/ansible/pull/12797>`_.
- **Inventory Overhaul**
- Current inventory is overtly complex, non modular and mostly still a legacy from inception. We also want to add a common set of features to most inventory sources but are hampered by the current code base.
- Proposal found in ansible/proposals issue `#41 <https://github.com/ansible/proposals/issues/41>`_.
- **Facts Refreshening**
- Make setup.py/facts more pluggable
- Fact gathering policy finer grained
- Improve testing of setup.py/facts.py
- **Cloud Provider Support**
- Focus on pull requests for various modules
- Triage existing merges
- **Contributor Quality of Life**
- More bot improvements!