How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "it-gro/ubuntu-20-04-srv-lvm"
config.vm.box_version = "20220530.1"
end
vagrant init it-gro/ubuntu-20-04-srv-lvm \
--box-version 20220530.1
vagrant up
This version was created about 2 years ago.