I put up a demo/tutorial on multi-machine vagrant, ingesting hostnames, ip addresses, forward guest-host port mappings, and default primary system, from a variety of file formats: *hosts* file and other space delimited files, *INI* config, *CSV* tables, *SQL*, *XML*, *JSON*, and *YAML*. Some bash scripts are used to read the same data and create *hosts* and *ssh_config* on each system for password-less log-ons between systems.
The Vagrantfile reads in a ruby hash and creates the systems, and there's ruby code to read the data-files, build the ruby hash. Lastly, for reference, put a simple static single-machine and static multi-machine, as well as in-memory Ruby hash multi-machine for comparison and learning. Check it out at: - https://bitbucket.org/jmenchaca/vagrant-simple Note, I only tested this on Mac OS X "El Capitan", but should work wherever there's Homebrew (OS X) or Chocolately (Windows). - Joaquin Menchaca -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/2fc1440d-44a4-4f68-8ba7-73e77d4295ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
