[ansible-project] Re: ANSIBLE_KEEP_REMOTE_FILES location on windows target?

2017-12-18 Thread mattdavi
The target dir is also visible if you run with -vvv or higher when we're not pipelining, eg: <192.168.33.51> PUT "/tmp/tmpflvOc3" TO "C:\Users\vagrant\AppData\Local\Temp\ansible-tmp-1513649854.81-279137826312538\win_ping.ps1" On Wednesday, December 13, 2017 at 2:19:54 AM UTC-8, Gareth Stockdale

[ansible-project] Re: ANSIBLE_KEEP_REMOTE_FILES location on windows target?

2017-12-17 Thread Jordan Borean
Ansible used the TEMP environment variable to determine the path to the temporary folder, so you can just type in *%TEMP%* in Windows explorer to get there for the current user. When doing this through RDP you might be redirected to a folder called 1, 2, 3, ... but that's just an Explorer thing

[ansible-project] Re: ANSIBLE_KEEP_REMOTE_FILES location on windows target?

2017-12-15 Thread Trond Hindenes
temp folder of the user account remoting in. So something like C:\users\myansibleusers\appdata\local\temp (if memory serves) On Wednesday, December 13, 2017 at 11:19:54 AM UTC+1, Gareth Stockdale wrote: > > Anyone know the default location of files on windows when using this to > run a playbook?