Ubuntu 22.0.4.2 LTS
Usage
Download from https://app.vagrantup.com/aracpac/boxes/ubuntu22/versions/2.2.0.
Basic
Vagrant.configure("2") do |config|
config.vm.box = "aracpac/ubuntu22"
config.vm.box_version = "<=2.2.0"
end
Optimized
Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.2.0/ubuntu22/Vagrantfile.
CentOS Stream
Usage
Download from https://app.vagrantup.com/aracpac/boxes/centos9-stream/versions/2.2.0.
Basic
Vagrant.configure("2") do |config|
config.vm.box = "aracpac/centos9-stream"
config.vm.box_version = "<=2.2.0"
end
Optimized
Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.2.0/centos9-stream/Vagrantfile.