Skip to content

Instantly share code, notes, and snippets.

@kikitux
Created December 31, 2013 03:17
Show Gist options
  • Save kikitux/8192010 to your computer and use it in GitHub Desktop.
Save kikitux/8192010 to your computer and use it in GitHub Desktop.
{
"variables": {
"ssh_name": "root",
"ssh_pass": "root",
"hostname": "vagrant-oracle65",
"outputfile": "oracle65.box",
"rootfs" : "btrfs",
"swapsize": "6000",
"harddisk2_size": "32000",
"harddisk3_size": "32000",
"harddisk4_size": "32000",
"yumurl" : "http://192.168.56.1/stage/repo/OracleLinux/OL6/latest/x86_64",
"repofile" : "http://192.168.56.1/stage/vbox-yum-ol6.repo",
"compression" : 6,
"vagrantfile": "Vagrantfile-oracle65"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment