{ "builders": [ { "type": "vsphere-iso", "CPUs": 1, "RAM": 1024, "RAM_reserve_all": true, "boot_command": [ "", "", "", "", "", "", "", "", "", "", "/install/vmlinuz", " initrd=/install/initrd.gz", " priority=critical", " locale=en_US", " file=/media/preseed.cfg", "" ], "disk_controller_type": "pvscsi", "floppy_files": [ "{{template_dir}}/preseed.cfg" ], "guest_os_type": "ubuntu64Guest", "host": "esxi-1.vsphere65.test", "insecure_connection": true, "iso_paths": [ "[datastore1] ISO/ubuntu-16.04.3-server-amd64.iso" ], "network_adapters": [ { "network_card": "vmxnet3" } ], "password": "jetbrains", "ssh_password": "jetbrains", "ssh_username": "jetbrains", "storage": [ { "disk_size": 32768, "disk_thin_provisioned": true } ], "username": "root", "vcenter_server": "vcenter.vsphere65.test", "vm_name": "example-ubuntu" } ], "provisioners": [ { "inline": [ "ls /" ], "type": "shell" } ] }