mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-15 01:31:24 +00:00
32 lines
529 B
Django/Jinja
32 lines
529 B
Django/Jinja
[paths]
|
|
output_dir = /var/lib/libvirt/images
|
|
data_dir = /var/lib/oz
|
|
screenshot_dir = /var/lib/oz/screenshots
|
|
# sshprivkey = /etc/oz/id_rsa-icicle-gen
|
|
|
|
[libvirt]
|
|
uri = qemu:///system
|
|
image_type = raw
|
|
# type = kvm
|
|
# bridge_name = virbr0
|
|
{% if ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le' %}
|
|
cpus = 4
|
|
{% else %}
|
|
cpus = 4
|
|
{% endif %}
|
|
memory = 4096
|
|
|
|
[cache]
|
|
original_media = yes
|
|
modified_media = no
|
|
jeos = no
|
|
|
|
[icicle]
|
|
safe_generation = no
|
|
|
|
[timeouts]
|
|
install = 14400
|
|
inactivity = 300
|
|
boot = 300
|
|
shutdown = 90
|