init: copied modules from lawndale-infra

This commit is contained in:
2022-05-26 00:40:29 +02:00
commit 414feb48ee
39 changed files with 1435 additions and 0 deletions

4
lawndale-vm/locals.tf Normal file
View File

@@ -0,0 +1,4 @@
locals {
root_storage_pool = var.root_storage_pool != "" ? var.root_storage_pool : var.name
root_storage_volume_name = var.root_storage_volume_name != "" ? "${var.root_storage_volume_name}.qcow2" : "${var.name}.qcow2"
}