This commit is contained in:
2025-05-30 00:22:44 -04:00
parent 236ec455cc
commit 13ca7761c2
14 changed files with 195 additions and 71 deletions

5
Vagrantfile vendored
View File

@@ -14,9 +14,8 @@ else
File.write(".playbook", PLAYBOOK)
end
# Debian 11
Vagrant.configure("2") do |config|
config.vm.box = "debian/bullseye64"
config.vm.box = "rockylinux/9"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.network "private_network", type: "dhcp"
@@ -29,6 +28,8 @@ Vagrant.configure("2") do |config|
libvirt.cpus = 2
libvirt.memory = 4096
libvirt.default_prefix = ""
# Doesn't boot without this on rockylinux/9
libvirt.machine_virtual_size = 10
end
# Set VirtualBox settings