How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "almalinux/centos-stream-9"
config.vm.box_version = "9.20211127"
end
vagrant init almalinux/centos-stream-9 \
--box-version 9.20211127
vagrant up
This version was created 8 months ago.
Initial CentOS 9 Stream Vagrant box release.