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.

10 lines
378 B

  1. ---
  2. kata_containers_dir: /opt/kata
  3. kata_containers_config_dir: /etc/kata-containers
  4. kata_containers_containerd_bin_dir: /usr/local/bin
  5. kata_containers_qemu_default_memory: "{{ ansible_memtotal_mb }}"
  6. kata_containers_qemu_debug: 'false'
  7. kata_containers_qemu_sandbox_cgroup_only: 'true'
  8. kata_containers_qemu_enable_mem_prealloc: 'false'
  9. kata_containers_virtio_fs_cache: 'always'