nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

Prompt vsphere password programatically #304

Closed ezlee closed 9 months ago

ezlee commented 9 months ago

When running "vagrant up" to create a VM from a template, vsphere.password is required to authentication to vsphere environment.

Is there a way not to put "vsphere.password=" into the Vagrantfile? I am trying to run test kitchen and use the vagrant driver, but I don't want to hard code the vsphere.password into the Vagrantfile.

thanks!

MattF-NSIDC commented 9 months ago

@ezlee for those coming to this issue from a Google search, can you share what you did to resolve?