community.general/lib/ansible/plugins/shell
Matt Davis 8527013fbe Complete rewrite of Windows exec wrapper (#21510)
* supports pipelining for faster execution
* supports become (runas), creates interactive subsession under WinRM batch logon
* supports usage of arbitrary module_utils files
* modular exec wrapper payload supports easier extension
* integrates async wrapper behavior for pipelined/become'd async
* module_utils are loaded as true Powershell modules, no more runtime modifications to module code
2017-02-17 00:09:56 -08:00
..
__init__.py Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
csh.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
fish.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
powershell.py Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
sh.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00