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.
20 lines
484 B
YAML
20 lines
484 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
|
|
|
|
...
|