Some of these have been new to me, some are old friends that I came to appreicate more. In alphabetical order:
Subscribe to:
Post Comments (Atom)
Modifying EC2 security groups via AWS Lambda functions
One task that comes up again and again is adding, removing or updating source CIDR blocks in various security groups in an EC2 infrastructur...
-
Here's a good interview question for a tester: how do you define performance/load/stress testing? Many times people use these terms inte...
-
Update 02/26/07 -------- The link to the old httperf page wasn't working anymore. I updated it and pointed it to the new page at HP. Her...
-
I've been using dnspython lately for transferring some DNS zone files from one name server to another. I found the package extremely us...
2 comments:
Hi Grig!
Ansible is really awesome, are you using it already?
I remember when we started Overmind together long ago, and we also evaluated a configuration management system similar to Chef but in Python. I ended up creating LittleChef.
Years later at my company our cookbooks and roles have become convoluted and out of date, difficult to maintain.
Ansible just looks so much better. Simpler in the configuration/data part, and at the same time allows modules in any language. How cool is that? I will certainly make an experiment configuring part of our infrastructure with Ansible.
Hi Miquel! Good to hear from you ;) I haven't used ansible 'in anger' yet, only for my own experiments, but I really like it. You're right in that Chef cookbooks become hard to maintain over time, and they don't lend themselves very well to being modified by both devs and ops. I'll definitely look into ansible more.
Post a Comment