You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
530 B
YAML

---
# defaults file for Create-VM
# Generic Variables #
create_vm_proxmox_recreate_vm: false
# promxox specific default variables #
create_vm_proxmox_start_vm: true
create_vm_proxmox_configure_cloudinit: true
create_vm_proxmox_enable_guest_agent: true
create_vm_proxmox_start_vm_onboot: true
# cloud-init variables #
create_vm_proxmox_cloudinit_storage_pool: local-lvm
# connection variables #
create_vm_proxmox_connect_to_vm: true
create_vm_proxmox_remove_ssh_host_key: true
create_vm_proxmox_add_cloudinit_drive: false
...