Agregando configuración de home assistant

This commit is contained in:
2025-11-09 01:34:24 -03:00
parent 056f0cdb1d
commit 12f2d718e3
7 changed files with 269 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
variable "proxmox_endpoint" {}
variable "proxmox_user" {}
variable "proxmox_password" { sensitive = true }
variable "proxmox_node" { default = "pve" }
variable "proxmox_ssh_username" {}
variable "proxmox_ssh_privkey_path" {}
variable "proxmox_datastore" { default = "local" }
variable "bridge" { default = "vmbr0" }
variable "vm_datastore" { default = "local-vm" }