Hi guys, I'm doing a POC of Ansible for my company. We have a mixture of Linux and Windows servers.While playing around with windows i found that just running a simple powershell script which does "exit 0" will take about 4 seconds every time.
I am not sure why this is the case, i tried to enable Pipelining but it seems that this is for SSH connections only and not for windows Powershell connections. here is an example run i did: PLAY RECAP ******************************************************************** base | Unzip Package --------------------------------------------------- 24.62s Update Web.Config2 ------------------------------------------------------ 3.85s Update Web.Config1 ------------------------------------------------------ 3.82s Update Web.Config3 ------------------------------------------------------ 3.78s The "Update Web.Config" tasks just run the simple powershell script which basically does nothing. Since we are testing Ansible as a viable CI component I will need to solve this or else Ansible will not be viable for our usages due to the overkill of 4 seconds per task. Can anyone please assist? -- 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/55d7d6a7-75d5-4cb4-8454-876f342d78bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
