# ESX variables
esx_server = "vsphere-1" # ESX server name
esx_username = "packer" # ESX user with admin permissions
esx_password = "password" # ESX user's password
esx_network = "VM Network" # ESX virtual network to create the VM on
esx_datastore = "datastore1" # ESX datastore to create the VM on
# VM variables
ssh_keys_url = "https://github.com/username.keys" |