I suspect that here maybe something fishy on your side somewhere ... Did you try: -v, --verbose --> verbose mode (-vvv for more, -vvvv to enable connection debugging)
On x250 laptop: $ time -p ansible localhost -m shell -a 'echo helloworld' localhost | success | rc=0 >> helloworld real 0.24 user 0.15 sys 0.04 $ ansible --version ansible 1.9.3 $ head -n 1 /etc/SuSE-release openSUSE 42.1 (x86_64) On Tue, 2016-08-30 at 23:37 -0700, Michael Dexter wrote: > (just keeps waiting) > > > So, I tried Ansible and found that, quite remarkably, it can run > "echo > hello world" on localhost in between 8 and 10 seconds, spiking my > disk > at 60% load: > > /usr/bin/time -h ansible localhost -m shell -a 'echo helloworld' > 8.09s real... > > Seriously? > > Anyone else been burned by Python's performance, short of the Scribus > guy who was forced to move to C++? (Though says he could use a > remarkable number of his Python structures with modification) > > Michael > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
