mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
changelog/docsite updates for Windows async/environment
This commit is contained in:
parent
f239e1e61f
commit
c752b25ced
2 changed files with 9 additions and 7 deletions
|
@ -20,6 +20,8 @@ Ansible Changes By Release
|
||||||
* `meta` tasks can now use conditionals.
|
* `meta` tasks can now use conditionals.
|
||||||
* `raw` now returns `changed: true` to be consistent with shell/command/script modules. Add `changed_when: false` to `raw` tasks to restore the pre-2.2 behavior if necessary.
|
* `raw` now returns `changed: true` to be consistent with shell/command/script modules. Add `changed_when: false` to `raw` tasks to restore the pre-2.2 behavior if necessary.
|
||||||
* New privilege escalation become method `ksu`
|
* New privilege escalation become method `ksu`
|
||||||
|
* Windows `async:` support for long-running or background tasks.
|
||||||
|
* Windows `environment:` support for setting module environment vars in play/task.
|
||||||
|
|
||||||
####New Modules:
|
####New Modules:
|
||||||
- archive
|
- archive
|
||||||
|
|
|
@ -64,17 +64,17 @@ Target: September 2016
|
||||||
- **Windows platform feature parity** (Matt D)
|
- **Windows platform feature parity** (Matt D)
|
||||||
|
|
||||||
- PS module API (mirror Python module API where appropriate). Note: We don’t necessarily like the current python module API (AnsibleModule is a huge class with many unrelated utility functions. Maybe we should redesign both at the same time?)
|
- PS module API (mirror Python module API where appropriate). Note: We don’t necessarily like the current python module API (AnsibleModule is a huge class with many unrelated utility functions. Maybe we should redesign both at the same time?)
|
||||||
- Environment keyword support
|
- Environment keyword support (done)
|
||||||
- win_shell/win_command
|
- win_shell/win_command
|
||||||
- Async support
|
- Async support (done)
|
||||||
- (stretch goal) Pipelining
|
- (stretch goal) Pipelining (bumped to 2.3+)
|
||||||
|
|
||||||
- **Windows-specific enhancements** (Matt D)
|
- **Windows-specific enhancements** (Matt D)
|
||||||
|
|
||||||
- Multiple Kerberos credential support (done, shepherd fix to pykerberos)
|
- Multiple Kerberos credential support (done)
|
||||||
- Server 2016 testing/fixes
|
- Server 2016 testing/fixes (done)
|
||||||
- (stretch goal) Nano Server connection + module_utils working
|
- (stretch goal) Nano Server connection + module_utils working (bumped to 2.3)
|
||||||
- (stretch goal) Encrypted kerberos support in pywinrm
|
- (stretch goal) Encrypted kerberos support in pywinrm (bumped to 2.3)
|
||||||
|
|
||||||
- **Network** (Nate C/Peter S)
|
- **Network** (Nate C/Peter S)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue