add links to roadmap projects/issues/PRs (#42771)

* add links to roadmap projects/issues/PRs
pull/42903/head
Matt Davis 6 years ago committed by Toshio Kuratomi
parent e899824c49
commit 1c420f160a

@ -21,20 +21,20 @@ Cleaning Duty
-------------
- Drop Py2.6 for controllers
- Remove dependency on simplejson
- Remove dependency on simplejson `issue #42761 <https://github.com/ansible/ansible/issues/42761>`_
Engine Improvements
-------------------
- Make ``become`` plugin based. `pr#38861 <https://github.com/ansible/ansible/pull/38861>`_
- Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr#13620 <https://github.com/ansible/ansible/pull/13620>`_
- Make ``become`` plugin based. `pr #38861 <https://github.com/ansible/ansible/pull/38861>`_
- Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr #13620 <https://github.com/ansible/ansible/pull/13620>`_
- Create a configuration object for a top level content installation path for modules, plugins, roles, etc.
- Investigate what it will take to utilise the work performed by Mitogen maintainers.
- Provide sane connection defaults by platform `ansible_platform`.
- Provide sane connection defaults by platform `ansible_platform` `proposal #77 <https://github.com/ansible/proposals/issues/77>`_
- Refactor connection/shell/action/terminal/become plugins to allow looser coupling and more mix-and-match behaviour.
- Investigate performance improvements in using threads as opposed to forks.
- Jinja native types will allow for users to render a Python native type. `pr#32738 <https://github.com/ansible/ansible/pull/32738>`_
- Jinja native types will allow for users to render a Python native type. `pr #32738 <https://github.com/ansible/ansible/pull/32738>`_
Core Modules
@ -42,8 +42,8 @@ Core Modules
- Include feature changes and improvements
- Create new argument `apply` that will allow for included tasks to inherit explicitly provided attributes. `pr#39236 <https://github.com/ansible/ansible/pull/39236>`_
- Create "private" functionality for allowing vars/default sot be exposed outside of roles. `pr#41330 <https://github.com/ansible/ansible/pull/41330>`_
- Create new argument `apply` that will allow for included tasks to inherit explicitly provided attributes. `pr #39236 <https://github.com/ansible/ansible/pull/39236>`_
- Create "private" functionality for allowing vars/default sot be exposed outside of roles. `pr #41330 <https://github.com/ansible/ansible/pull/41330>`_
- Provide a parameter for the `template` module to output to different encoding formats.
- `reboot` module for Linux hosts
@ -53,13 +53,13 @@ Cloud Modules
General
=======
* Cloud auth plugin `proposal#24 <https://github.com/ansible/proposals/issues/24>`_
* Cloud auth plugin `proposal #24 <https://github.com/ansible/proposals/issues/24>`_
AWS
===
* Inventory plugin for RDS
* Count support for `ec2_instance`
* `aws_eks` module `pr#41183 <https://github.com/ansible/ansible/pull/41183>`_
* `aws_eks` module `pr #41183 <https://github.com/ansible/ansible/pull/41183>`_
* Cloudformation stack sets support
* RDS instance and snapshot modules
* Diff mode improvements for cloud modules
@ -67,8 +67,8 @@ AWS
Azure
=====
* Azure inventory plugin
* Azure stack support for modules
* Azure inventory plugin `issue #42769 <https://github.com/ansible/ansible/issues/42769>`__
* Azure stack support for modules `project tracker <https://github.com/nitzmahone/ansible/projects/2>`__
Network
@ -84,7 +84,7 @@ Modules
* New ``net_config`` module
* New ``cli_command`` module
* Refactor ``netconf_config`` module to add additional functionality. `#proposal#104 <https://github.com/ansible/proposals/issues/104>`_
* Refactor ``netconf_config`` module to add additional functionality. `proposal #104 <https://github.com/ansible/proposals/issues/104>`_
Windows
-------
@ -92,15 +92,13 @@ Windows
General
=======
* Investigate the cause of WinRM HTTPS read timeouts
* Investigate the cause of WinRM HTTPS read timeouts `issue #41145 <https://github.com/ansible/ansible/issues/41145>`__
* WinRM connection persistence (improves performance)
* Experiment with OpenSSH + powershell
* Experiment with OpenSSH + powershell `pr #33074 <https://github.com/ansible/ansible/pull/33074>`_
Modules
=======
* `win_domain` and `win_domain_controller` action wrappers
* `win_domain` and `win_domain_controller` action wrappers `issue #42764 <https://github.com/ansible/ansible/issues/42764>`__
* Add link to `win_file`
* Hostname change support for `win_domain` and `win_domain_controller`
* Hostname change support for `win_domain` and `win_domain_controller` `issue #42768 <https://github.com/ansible/ansible/issues/42768>`__

Loading…
Cancel
Save