This commit is contained in:
2024-05-01 23:16:08 -04:00
parent 324fe0b191
commit c68f232a12
2 changed files with 10 additions and 6 deletions

1
Vagrantfile vendored
View File

@@ -36,6 +36,7 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |vbox|
vbox.cpus = VAGRANT_CPUS
vbox.memory = VAGRANT_MEM
vbox.gui = true
end
# Provision with Ansible