Re: [vagrant-up] Shell Provisioner running ansible-playbook is slow

2014-10-20 Thread Vassilis Rizopoulos
Piping things through SSH on a Windows host, slows down things significantly. I guess I can safely assume you're using SSH since your guest runs Ansible I have had similar issues with Capistrano and large quantities of stdout output coming over the SSH connection and only noticed because they

Re: [vagrant-up] Shell Provisioner running ansible-playbook is slow

2014-10-20 Thread john pradeep
Vassilis, Yes, you are right, it's the stdout output coming over the SSH connection that slows everything down. I might have to take the same approach as you did. Thanks, John On Monday, October 20, 2014 8:19:39 AM UTC+1, Vassilis Rizopoulos wrote: Piping things through SSH on a Windows

[vagrant-up] Shell Provisioner running ansible-playbook is slow

2014-10-19 Thread Trevor Roberts Jr
Hello John, You may want to try the development version of Ansible. I saw that either version 1.7 or 1.8 will support Windows management with commands being executed in PowerShell on the target server. -Trevor -- You received this message because you are subscribed to the Google Groups

Re: [vagrant-up] Shell Provisioner running ansible-playbook is slow

2014-10-18 Thread Torben Knerr
Hi John, as for the colored vagrant output on windows you can try this: https://github.com/tknerr/bills-kitchen/blob/master/files/set-env.bat#L67-69 As for the slow ansible-playbook command: no idea. Is it always faster the second time you run it? HTH, Torben On Fri, Oct 17, 2014 at 9:37 PM,

[vagrant-up] Shell Provisioner running ansible-playbook is slow

2014-10-17 Thread john pradeep
Hi, I am trying to provision a vagrant box through Ansible and it works very well, but i wanted to support provisioning from a windows machine and unfortunately Ansible doesnt work on windows! which made me to use a shell provisioner, and from within the script file i invoke ansible-playbook