Compare commits

..

4 Commits

Author SHA1 Message Date
Lukas Greve
8266670f1d move scripts 2025-11-02 11:22:55 +01:00
Lukas Greve
7b67ff510b add aider 2025-11-02 11:22:23 +01:00
Lukas Greve
4aa7dafe26 make it a markdown 2025-11-02 11:22:13 +01:00
Lukas Greve
ebaf28040c Store VMs images in a more persistent location 2025-11-01 10:55:24 +01:00
6 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -9,4 +9,5 @@ terraform.tfvars.example
# Terraform plan and output files
*.tfplan
*.tfout
*.tfout
.aider*

View File

View File

@@ -13,7 +13,7 @@ variable "pool_name" {
variable "pool_path" {
description = "Path for the storage pool"
type = string
default = "/tmp/tf_tmp_storage"
default = "/opt/tf_tmp_storage"
}
variable "instance_count" {
@@ -71,7 +71,7 @@ variable "memory" {
variable "vcpu" {
description = "Number of virtual CPUs"
type = number
default = 2
default = 1
}
variable "network_mode" {