You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
280 B

  1. $os = "ubuntu2004"
  2. # For CI we are not worries about data persistence across reboot
  3. $libvirt_volume_cache = "unsafe"
  4. # Checking for box update can trigger API rate limiting
  5. # https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
  6. $box_check_update = false
  7. $vm_cpus = 2