I don't manage windows desktops, only windows servers, but one thing you could do is put all the software you need on the ansible controller and then put a web server on the ansible box too. Then you can fetch the installers using ansible's win_get_url module, and install them with win_package, or use win_command or win_shell to run the installers.
Hope that is enough to get you started. Jon -- 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/ff481b59-287a-4c34-a9cc-6127d0388671%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
