Files
resf-testing-repo/ansible/inventory/group_vars/libvirt.yml
Stephen Simpson 5908d8f08e update
2025-12-29 16:31:44 -06:00

22 lines
466 B
YAML

---
# Libvirt provider configuration
provider: libvirt
# Image directories
images_dir: "/var/lib/libvirt/images"
base_images_dir: "{{ images_dir }}/base"
golden_images_dir: "{{ images_dir }}/golden"
golden_image_path: "{{ golden_images_dir }}/rocky-golden.qcow2"
# Download settings
force_download: false
download_timeout: 1800
# Golden image settings
root_password: "{{ default_image_password }}"
# VM settings
vm_memory: 4096
vm_vcpus: 4
vm_network: "default"