20 lines
553 B
YAML
20 lines
553 B
YAML
vm_templates:
|
|
fedora_34:
|
|
host: localhost
|
|
cpus: 1
|
|
ram: 1024
|
|
hdd: 5g
|
|
image:
|
|
checksum: sha1:fc08ad81a893b8253ec3bf6e25273cbb4fc8eafb
|
|
filename: fedora-34.qcow2
|
|
url: https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2
|
|
# oracle_84:
|
|
# host: localhost
|
|
# cpus: 1
|
|
# ram: 2048
|
|
# hdd: 40g
|
|
# image:
|
|
# checksum:
|
|
# filename: oracle-84.qcow2
|
|
# url: https://yum.oracle.com/templates/OracleLinux/OL8/u4/x86_64/OL8U4_x86_64-olvm-b85.qcow2
|