Michael DeHaan <[email protected]> writes: > Thanks for info -- how long does this operation take?
A simple ssh command as a baseline: > time ssh [email protected] ls -a Warning: Permanently added 'dev-vm01.local,192.168.38.147' (RSA) to the list of known hosts. . .. .ansible .bash_profile .bashrc .cshrc .irbrc .login .profile .ssh .vimrc ssh [email protected] ls -a 0,01s user 0,00s system 0% cpu 1,235 total And with ansible: > time ansible dev-vm01.local -i hosts/localhost-dev -u root -m setup <lots of output...> ansible dev-vm01.local -i hosts/localhost-dev -u root -m setup 0,18s user 0,17s system 0% cpu 2:05,37 total Hope this helps -- Giorgio Valoti -- 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/m2egsjyy35.fsf%40me.com. For more options, visit https://groups.google.com/d/optout.
