This commit is contained in:
2024-05-01 23:22:40 -04:00
parent 324fe0b191
commit 33182934f2
2 changed files with 11 additions and 7 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