Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
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

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions