I'm always impressed with my friends of Streetlife. They built a new infrastructure based on immutable deploys. I'm surprised about how fast they are able to build this AMIs, they can start a new full configured server in only 6 min. Three years ago I've started using Ansible. My deploys were...
In Ansible is quite easy add users, pubkeys and other stuff to any server. If you work in a organization where you have multiple servers, ssh-keys are a swiss-knife, but they are kinda difficult to handle if you create/destroy multiple servers every week. Without using Ansible (or any other config...
Single command deploys are awesome. When setting up a testing or production server, I always setup a script to deploy in a single command because it makes life easier and encourages frequent deploys. There are many different ways of setting up one click deploys. This tutorial covers how to setup...