Basic file
This commit is contained in:
parent
b233886855
commit
f01f01e9c9
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -1,6 +1,6 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
# [...]
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
config.vm.box = "hashicorp/bionic64"
|
||||
config.vm.define "apommierS" do |control|
|
||||
control.vm.hostname = "apommierS"
|
||||
control.vm.network "private_network", ip: "192.168.56.110"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user