Vagrant – build always same VMs

Vagrant is a tool for building complete development environments.

With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases development/production parity, and makes the “works on my machine” excuse a relic of the past.

Continue reading

Ansible automation

Ansible is App deployment, configuration management and orchestration – all from one system.

It uses no agents and no additional custom security infrastructure, so it’s easy to deploy – and most importantly, it uses a very simple language (YAML, in the form of Ansible Playbooks) that allow you to describe your automation jobs in a way that approaches plain English. Continue reading