Basic file

This commit is contained in:
apommier 2025-02-16 23:55:51 +01:00
parent b233886855
commit f01f01e9c9

2
Vagrantfile vendored
View File

@ -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"