Your cart is currently empty!
Over the last couple weeks I have been getting acquainted with using Ansible to provision and deploy servers. One nice thing with using Ansible over a tool like fabric for deployment is that everything from provisioning, initializing, updating, management, and application deployment can be done with a minimal amount of code. There are tips I…
·
One of the most influential pieces of code I’ve written (that I use myself every day) is something I’ve talked about before. It sends me an email alert when I haven’t blogged or written code as often as I want to, and keeps sending alerts until I do the action. When I broadened the software…
Everyone who does web development will probably find themselves doing devOps tasks at some point. I keep an eye on servers hosting several different projects at different cloud providers and some private servers. Until recently management of those servers wasn’t difficult enough to warrant using tools to deal with things. Ansible is a commandline tool…
·