mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-25 22:27:42 +03:00
d50f61eae5
- markdownlint (manual fix) - end-of-file-fixer - requirements-txt-fixer - trailing-whitespace
10 lines
281 B
Ruby
10 lines
281 B
Ruby
$os = "ubuntu2004"
|
|
|
|
# For CI we are not worries about data persistence across reboot
|
|
$libvirt_volume_cache = "unsafe"
|
|
|
|
# Checking for box update can trigger API rate limiting
|
|
# https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
|
|
$box_check_update = false
|
|
$vm_cpus = 2
|