No but... I suggest you take a look at Trond Hindenes' (not yet merged) win_package which I believe can install files from a network share.
https://github.com/ansible/ansible-modules-extras/pull/713 You are likely to have to pass username and passord to avoid the second hop issue. Alternatively, set up a web server and fetch files using win_get_url Hope this helps, Jon On Friday, August 21, 2015 at 8:46:20 PM UTC+1, [email protected] wrote: > > Has anyone started working on a module for copying files from a file share? > I need to copy files of size greater than 3Mb to a remote system. > I want to ensure I am not duplicating anyone else work. > > Thank you, > > Brandon Marick > Intel Corporation > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b7502c59-cbc8-4120-b607-526166a0727b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
