OS: Wk16 vs Debian 10.4 Ansible: 2.9
Hi all
I need to send a file from remote Windows to remote linux without to copy in local without to install ssh package in Windows server.
A Win_server <-- Ansible role executor -- B Ansible_host C linux_host
|
| ^
|___SENDING FILE_______________________________________TO___________|
Thank's a lot
Today I putted the SSH in Windows how @guistela sayed.
I Installed "Posh-SSH" on Windows host with ansible:
This 4 general steps permits send files from windows to linux hosts.
Cordially