Agregando configuración de home assistant
This commit is contained in:
11
proxmox/homeassistant/variables.tf
Normal file
11
proxmox/homeassistant/variables.tf
Normal 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" }
|
||||
Reference in New Issue
Block a user