A dev environment for the mirror.
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.
|
|
|
---
|
|
|
|
# set this depending on your system
|
|
|
|
ovmf: /usr/share/edk2-ovmf/x64/OVMF_CODE.fd
|
|
|
|
vm_ram: 3G
|
|
|
|
vm_disk_size: 10G
|
|
|
|
vm_ssh_port: 7777 # vm doesn't seem to start with 22, leaving this here for now
|
|
|
|
userdata: "{{playbook_dir}}/userdata"
|