Skip to content

Instantly share code, notes, and snippets.

@jmlrt
Created March 7, 2019 10:58
Show Gist options
  • Save jmlrt/2ce31056997de84ef8164025a60a7652 to your computer and use it in GitHub Desktop.
Save jmlrt/2ce31056997de84ef8164025a60a7652 to your computer and use it in GitHub Desktop.
Vagrant box creation using Packer
{
"builders": [{
"type": "vagrant",
"source_path": "centos/7",
"box_name": "test",
"provider": "virtualbox",
"communicator": "ssh",
"ssh_port": 22,
"ssh_username": "vagrant",
"skip_add": true
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment