Create a local Windows (via WSL) connection plugin #26
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ansible running inside WSL can have direct access to the
cmd.exe
/powershell.exe
executables on thePATH
. With such access it should be possible to implement a connection plugin which uses these directly, inspired by the local connection plugin for non-Windows machines.This would remove the need to enable WinRM or sshd in order to connect to the local Windows host from the WSL virtual machine which requies additional setup before being usable.