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...
-
This post is a continuation of my previous one on " Running Gatling tests in Docker containers via Jenkins ". As I continued to se...
-
For the last month or so I've been experimenting with Rancher as the orchestration layer for Docker-based deployments. I've been pr...
-
Here's a good interview question for a tester: how do you define performance/load/stress testing? Many times people use these terms inte...
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