Skip to content

Instantly share code, notes, and snippets.

View gamename's full-sized avatar
💭
retired

Tennis Smith gamename

💭
retired
  • 07:06 (UTC -06:00)
View GitHub Profile
@gamename
gamename / CommandLIne
Last active August 29, 2015 14:15
Vagrant+Ansible+SSH Connection Timeouts With Multiple Hosts
> vup
Bringing machine 'pgdb-1' up with 'virtualbox' provider...
Bringing machine 'pgdb-2' up with 'virtualbox' provider...
Bringing machine 'consul-1' up with 'virtualbox' provider...
Bringing machine 'consul-2' up with 'virtualbox' provider...
Bringing machine 'consul-3' up with 'virtualbox' provider...
==> pgdb-1: Importing base box 'nextgxdx/centos-70'...
==> pgdb-1: Matching MAC address for NAT networking...
==> pgdb-1: Checking if box 'nextgxdx/centos-70' is up to date...
==> pgdb-1: Setting the name of the VM: pgdb-1
2015/02/20 12:34:00 [INFO] Packer version: 0.7.5 f1970370ef337a6361a8a39bb4b17ddf625e4378+CHANGES
2015/02/20 12:34:00 Packer Target OS/Arch: darwin amd64
2015/02/20 12:34:00 Built with Go Version: go1.4.1
2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-chroot = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-chroot
2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-ebs = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-ebs
2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-instance = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-instance
2015/02/20 12:34:00 [DEBUG] Discovered plugin: digitalocean = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-digitalocean
2015/02/20 12:34:00 [DEBUG] Discovered plugin: docker = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-docker
2015/02/20 12:34:00 [DEBUG] Discovered pl
{
"variables": {
"platform": "dummy_platform",
"os_name": "dummy_os_name",
"built_on": "dummy_built_on",
"out_dir": "dummy_out_dir",
"vagrant_cloud_token": "{{ env `VCLOUD_TOKEN`}}",
"aws_access_key": "{{ env `AWS_ACCESS_KEY_ID` }}",
"aws_secret_key": "{{ env `AWS_SECRET_ACCESS_KEY` }}",