Is it possible to define a company hosted atlas server via environment variable for vagrant commands.
I can use vagrant box add ADDRESS
to download a box file from each server. If i use vagrant box add hashicorp/precise64
vagrant downloads the box file from atlas.hashicorp.com.
What I'm looking for is a way to define an alternativ default Download location via environment variable, e.g. VAGRANT_ATLAS=https://atlas.example.com
Sure i can define such url in Vagrantfile
or a above said in vagrant box add
command. But this is not what I'm looking for.