VAGRANT BOXES
Repository to store Vagrant boxes to use with Virtualbox provider
Utilisation
Vagrant.configure("2") do |config|
config.vm.box = "local/debian-13"
config.vm.box_url = "https://git.legaragenumerique.fr/GARAGENUM/vagrant-boxes/raw/main/debian-13/debian-13-3-3.box"
end
Description