Remove from roadmap, thing that aren't going to make it for 2.7 (#44481)
* Remove from roadmap, thing that aren't going to make it for 2.7 * Added actual Windows roadmap deliverablespull/4420/head
parent
4d9218cec4
commit
8ed7e80fc8
|
@ -36,14 +36,7 @@ Cleaning Duty
|
|||
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>`_
|
||||
- Add content_path for mazer installed content `pr #42867 <https://github.com/ansible/ansible/pull/42867/>`_
|
||||
- Investigate what it will take to utilise the work performed by Mitogen maintainers. `pr #41749 <https://github.com/ansible/ansible/pull/41749>`_, `branch <https://github.com/jimi-c/ansible/tree/abadger-ansiballz-one-interpreter>`_ and talk to jimi-c
|
||||
- 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.(nitzmahone)
|
||||
- Investigate performance improvements in using threads as opposed to forks `branch from jimi-c
|
||||
<https://github.com/ansible/ansible/tree/threading_plus_forking>`_
|
||||
- Performance improvement invoking Python modules `pr #41749 <https://github.com/ansible/ansible/pull/41749>`_
|
||||
- Jinja native types will allow for users to render a Python native type. `pr #32738 <https://github.com/ansible/ansible/pull/32738>`_
|
||||
|
||||
|
||||
|
@ -53,8 +46,7 @@ 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 "private" functionality for allowing vars/default to 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 `pr
|
||||
#42171 <https://github.com/ansible/ansible/pull/42171>`_
|
||||
- ``reboot`` module for Linux hosts (@samdoran) `pr #35205 <https://github.com/ansible/ansible/pull/35205>`_
|
||||
|
@ -79,7 +71,6 @@ Azure
|
|||
=====
|
||||
|
||||
* 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
|
||||
|
@ -105,13 +96,14 @@ Windows
|
|||
General
|
||||
=======
|
||||
|
||||
* Investigate the cause of WinRM HTTPS read timeouts `issue #41145 <https://github.com/ansible/ansible/issues/41145>`__
|
||||
* WinRM connection persistence (improves performance) `pr #41729 <https://github.com/ansible/ansible/pull/41729>`__
|
||||
* Experiment with OpenSSH + powershell `pr #33074 <https://github.com/ansible/ansible/pull/33074>`_
|
||||
* Added new connection plugin that uses PSRP as the connection protocol `pr #41729 <https://github.com/ansible/ansible/pull/41729>`__
|
||||
|
||||
Modules
|
||||
=======
|
||||
|
||||
* `win_domain` and `win_domain_controller` action wrappers `issue #42764 <https://github.com/ansible/ansible/issues/42764>`__
|
||||
* Add link to `win_file` `issue #43060 <https://github.com/ansible/ansible/issues/43060>`__
|
||||
* Hostname change support for `win_domain` and `win_domain_controller` `issue #42768 <https://github.com/ansible/ansible/issues/42768>`__
|
||||
* Revamp Chocolatey to fix bugs and support offline installation `pr #43013 <https://github.com/ansible/ansible/pull/43013>`_.
|
||||
* Add Chocolatey modules that can manage the following Chocolatey features
|
||||
|
||||
* `Sources <https://chocolatey.org/docs/commands-sources>`_ `pr #42790 <https://github.com/ansible/ansible/pull/42790>`_
|
||||
* `Features <https://chocolatey.org/docs/chocolatey-configuration#features>`_ `pr #42848 <https://github.com/ansible/ansible/pull/42848>`_
|
||||
* `Config <https://chocolatey.org/docs/chocolatey-configuration#config-settings>`_ `pr #42915 <h*ttps://github.com/ansible/ansible/pull/42915>`_
|
||||
|
|
Loading…
Reference in New Issue