[ansible-project] Re: Cannot copy a file from S3 to a windows node. WinRM send_input failed error.

2018-11-25 Thread Jordan Borean
You can't run non PowerShell modules on a Windows host. You would have to set delegate_to: localhost on the task to download it to the Ansible controller then use win_copy to copy it across. Thanks Jordan -- You received this message because you are subscribed to the Google Groups "Ansible P

Re: [ansible-project] how to add ssh host-keys for lots of new cloud hosts?

2018-11-25 Thread Mark Zhitomirski
On Sat, Nov 24, 2018 at 12:25 PM Kai Stian Olstad < ansible-project+l...@olstad.com> wrote: > On Thursday, 22 November 2018 12:22:42 CET Mark Zhitomirski wrote: > > Traditional approach is to leave it to a human operator and warn him of > a > > new host key. > > This way is a no-go for automation

Re: [ansible-project] Ansible vmware module - create a template from a VM

2018-11-25 Thread Indian Velumani
Hi, Vmware create VM module https://docs.ansible.com/ansible/2.6/modules/vmware_guest_module.html On Wed, Nov 21, 2018 at 12:52 AM Tuyen Nguyen wrote: > Hi > > I am seeing a lot of information on how to deploy a VM from a template, > however what I am looking for is how we can create a template