How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "freeipa/ci-master-frawhide"
config.vm.box_version = "0.2.1"
end
vagrant init freeipa/ci-master-frawhide \
--box-version 0.2.1
vagrant up
This version was created over 3 years ago.
Based on https://github.com/freeipa/freeipa-pr-ci/pull/402 with Fedora-Cloud-Base-Vagrant-Rawhide-20201116.n.0.x86_64.vagrant-libvirt.box template.
Changes