testing
This commit is contained in:
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user