Deploy software using Ansible ============================= * Install Ansible >= 2 * Add the nodes IPs to the `hosts` file * Run ansible with `make` Debug ----- * Install vagrant * Run vagrant vagrant up * With the current cloud image, you'll need to install python before successfully running ansible vagrant ssh 10.2.0.2 > sudo apt-get install python vagrant ssh 10.2.0.3 > sudo apt-get install python * Apply ansible receipt vagrant provision