add the current state of the vmsetup
This commit is contained in:
commit
d3675f34bf
19 changed files with 985 additions and 0 deletions
8
roles/create-vm/defaults/main.yml
Normal file
8
roles/create-vm/defaults/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
image_url: https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-nocloud-amd64.qcow2
|
||||
image_checksum: fd77540aa77f4f5ed3a817d530adfc52d142e93e61c73a85f15422a68c56dcbd39799e5bb2195e521f99a8fa301fa6bf07a478cd27bd380d4c7054901b4c8256
|
||||
base_image: "{{ image_url | urlsplit('path') | basename }}"
|
||||
images_dir: /var/vm/
|
||||
os: debian11
|
||||
vm_host_bridge_interface: eno1
|
||||
recreate: false
|
Loading…
Add table
Add a link
Reference in a new issue