You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
23
23
| Parameter | Description | Default value
24
24
|-----------------|-----|-----
25
25
|os_img_url|URL to the OS image|https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
26
+
|base_pool_name|When defined it will be used in combination with `base_volume_name` to create root volume as linked clone from this pool name|null
27
+
|base_volume_name|When defined it will be used in combination with `base_pool_name` to create root volume as linked clone from this pool/vol name. Defining this variable will disable downloading `os_img_url` and creating a base volume| null
26
28
|autostart| Autostart the Domain| true
27
29
|vm_count|Number of VMs| 1
28
30
|index_start|From where the index start| 1
@@ -43,10 +45,10 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
43
45
|ip_gateway|Static IP addresses of a gateway|192.168.123.1
44
46
|ssh_admin|Admin user with ssh access|ssh-admin
45
47
|ssh_keys|List of public ssh keys| []
46
-
|local_admin|Admin user without ssh access|local-admin
48
+
|local_admin|Admin user without ssh access|""
47
49
|local_admin_passwd|Local admin user password|password_example
48
50
|time_zone|Time Zone|UTC
49
-
|ssh_private_key|Private key for SSH connection test|~/.ssh/id_ed25519
51
+
|ssh_private_key|Private key for SSH connection test|null
0 commit comments