mirror-env/group_vars/all.yml

8 lines
231 B
YAML
Raw Normal View History

2021-09-26 00:46:38 -04:00
---
2021-09-27 19:16:33 -04:00
# 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
2021-09-26 00:46:38 -04:00
userdata: "{{playbook_dir}}/userdata"