Comment on How We Use AWS, Ansible, and Packer to Make Deployment AwesomeparentComments−Gigablah11yAnsible was pretty slow for me too. Then I discovered pipelining=True :)−mpdehaan211yHere's a good blog post on the subject:http://www.ansible.com/blog/ansible-performance-tuningIf you want to use paramiko (like Fabric does), you can -c paramiko too. This mode came first, but -c ssh offers more features and can be just as quick.−nivertech11yWhat pipelining=True does?EDIT: nevermind, found it:http://docs.ansible.com/intro_configuration.html#pipelining
Comments
Ansible was pretty slow for me too. Then I discovered pipelining=True :)
Here's a good blog post on the subject:
http://www.ansible.com/blog/ansible-performance-tuning
If you want to use paramiko (like Fabric does), you can -c paramiko too. This mode came first, but -c ssh offers more features and can be just as quick.
What pipelining=True does?
EDIT: nevermind, found it:
http://docs.ansible.com/intro_configuration.html#pipelining