Skip to content

Comment on How We Use AWS, Ansible, and Packer to Make Deployment Awesomeparent

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.