mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
mark runas become method experimental (#23235)
Due to the number of "real world" caveats in the current runas become method, it was agreed that we'd warn that it's experimental on use. A potential future version based on LogonUser/CreateProcessAsUser will have very different requirements and limitations.
This commit is contained in:
parent
2d8c5e6b8f
commit
d85f4a443f
3 changed files with 5 additions and 4 deletions
|
@ -39,11 +39,11 @@ Target: Mid April 2017
|
|||
- **Windows platform** (nitzmahone)
|
||||
|
||||
- Pipelining support **(done)**
|
||||
- Become support **(done)**
|
||||
- Become support **(done/experimental)**
|
||||
- Integrated kerberos ticket management (via ansible_user/ansible_password) **(done)**
|
||||
- Switch PS input encoding to BOM-less UTF8 **(done)**
|
||||
- Server 2016 support/testing (now RTM’d) **(in progress)**
|
||||
- Modularize Windows module_utils (allow N files) **(in progress)**
|
||||
- Server 2016 support/testing (now RTM’d) **(partial)**
|
||||
- Modularize Windows module_utils (allow N files) **(partial)**
|
||||
- Declarative argspec for PS / .NET **(bumped to 2.4)**
|
||||
- Kerberos encryption (via notting, pywinrm/requests_kerberos/pykerberos) **(in progress, available in pywinrm post 2.3 release)**
|
||||
- Fix plugin-specific connection var lookup/delegation (either registered explicitly by plugins or ansible_(plugin)_*) **(bumped to 2.4)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue