get it actually working, with the correct cloudimage and stuff ;P
This commit is contained in:
parent
67c9db90a0
commit
c7a431916f
6 changed files with 48 additions and 31 deletions
9
roles/create-vm/vars/main.yml
Normal file
9
roles/create-vm/vars/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
image_url: https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.qcow2
|
||||
image_checksum: b90e042b6d1ada948a34fda8fb8ae6d41358f490512f963e9abdd6f7864d97d0394f08a2df974d31df44bd19b84df8a9bfc396d5628ee7b2f695b4565db410e5
|
||||
base_image: "{{ image_url | urlsplit('path') | basename }}"
|
||||
images_dir: /var/vm/
|
||||
os: debian11
|
||||
vm_host_bridge_interface: eno1
|
||||
# create a new vault with this key in vars, to change the default login pass
|
||||
vms_pass: "{{ vaulted_vms_pass }}"
|
Loading…
Add table
Add a link
Reference in a new issue