AracPac v1.4.1 boxes
Ubuntu 20.04.3 LTS
Usage
Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.4.1.
Basic
Vagrant.configure("2") do |config|
config.vm.box = "aracpac/ubuntu20"
config.vm.box_version = "<=1.4.0"
end
Optimized
Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.4.1/ubuntu20/Vagrantfile.
CentOS Stream
Usage
Download from https://app.vagrantup.com/aracpac/boxes/centos8-stream/versions/1.4.1.
Basic
Vagrant.configure("2") do |config|
config.vm.box = "aracpac/centos8-stream"
config.vm.box_version = "<=1.4.0"
end
Optimized
Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.4.1/centos8-stream/Vagrantfile.