mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
add links to roadmap projects/issues/PRs (#42771)
* add links to roadmap projects/issues/PRs
This commit is contained in:
parent
e899824c49
commit
1c420f160a
1 changed files with 16 additions and 18 deletions
|
@ -21,7 +21,7 @@ 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
|
||||
|
@ -31,7 +31,7 @@ Engine Improvements
|
|||
- 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>`_
|
||||
|
@ -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…
Add table
Add a link
Reference in a new issue