I'm increasingly persuaded that deploying web services is simpler with Docker. Debugging Ansible playbooks is slow.
miniblog.
Related Posts
One consequence of moving all my personal projects to automatic deploy with Docker: I've started avoiding configuration files.
Command line arguments or environment variables are much easier to work with, and don't require fiddling with Ansible or similar.
I discovered Ansible's with_items today. It's great for removing duplication, and some modules (such as yum) even run faster with it!
.@laserllama Am I being stupid, or is there no way to do a text search on Ansible Galaxy?