Test your T.A.D.S. configuration with Vagrant

by thomvaill
GNU/Linux ◆ xterm-256color ◆ zsh 1222 views

With T.A.D.S. you are able to test your provisioning and deployment processes in a production-like environment, with Vagrant! Vagrant creates a 3 nodes Swarm cluster, so you can test locally your configuration before pushing to production.

  • ./tads vagrant up
  • ./tads ansible-playbook vagrant all

Additionally, you can SSH into a VM by running: ./tads vagrant ssh vagrant-X

https://github.com/Thomvaill/tads-boilerplate