add bookshelf module, fix gitea minor typo, add fixe ip for vms

This commit is contained in:
2026-01-14 10:15:55 +01:00
parent b735996b8d
commit d98c7b8bdb
20 changed files with 410 additions and 230 deletions

View File

@@ -70,6 +70,13 @@ resource "proxmox_virtual_environment_vm" "vm" {
}
initialization {
ip_config {
ipv4 {
address = "${var.vm_ip_address}/24"
gateway = "192.168.1.1"
}
}
datastore_id = "local-lvm"
interface = "ide2"
user_data_file_id = proxmox_virtual_environment_file.cloud_user_config.id