Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Vagrant users are required to manually specify username/password in Vagrantfile #21

Open
dusek opened this issue Aug 16, 2018 · 0 comments

Comments

@dusek
Copy link

dusek commented Aug 16, 2018

Vagrant users are required to explicitly specify

config.ssh.username = 'IEUser'
config.ssh.password = 'Passw0rd!'

in all their Vagrantfiles, at least in those based on the Microsoft/EdgeOnWindows10 base box. But it would be better to be able to specify only config.vm.box = "Microsoft/EdgeOnWindows10" and be done.

One solution could be to specify the username and password in the Vagrantfile of the base box itself, so that it would be inherited by any Vagrantfile using the Edge10 base box (see Load Order and Merging, which in point 1. specifies as the first merged Vagrantfile the "Vagrantfile packaged with the box that is to be used for a given machine.")

Another solution could be to use "vagrant/vagrant" as the username/password pair, as recommended by vagrant.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant