Hacker News new | ask | show | jobs
by thedevelopment 4423 days ago
I believe Vagrant is for quickly and repeatably building development environments - I don't think it's meant for production.

Look into packer for building out Production images, and Chef/Puppet/Ansible for additional configuration ontop those images.