How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jdputsch/centos-9-aarch64-cis"
end
vagrant init jdputsch/centos-9-aarch64-cis
vagrant up
This version was created almost 2 years ago.
update-crypto-policies --set DEFAULT
This version was created almost 2 years ago.
Fix initial size of /var
This version was created almost 2 years ago.
Shrink /var and / partitions.
This version was created almost 2 years ago.
Fix Parallels tool install
This version was created almost 2 years ago.
Add Vagrant insecure public ssh key. Disable video & audio.
This version was created almost 2 years ago.
Initial version.