add pve exporter playbook + pve exporter in k8s [ci skip]
This commit is contained in:
parent
3c71cd8a44
commit
d07c625064
5 changed files with 219 additions and 38 deletions
2
main.tf
2
main.tf
|
|
@ -126,6 +126,7 @@ variable "tiny_tuya_api_secret" { type = string }
|
|||
variable "tiny_tuya_service_secret" { type = string }
|
||||
variable "tiny_tuya_slack_url" { type = string }
|
||||
variable "haos_api_token" { type = string }
|
||||
variable "pve_password" { type = string }
|
||||
variable "clickhouse_password" { type = string }
|
||||
variable "clickhouse_postgres_password" { type = string }
|
||||
variable "wealthfolio_password_hash" { type = string }
|
||||
|
|
@ -520,6 +521,7 @@ module "kubernetes_cluster" {
|
|||
tiny_tuya_service_secret = var.tiny_tuya_service_secret
|
||||
tiny_tuya_slack_url = var.tiny_tuya_slack_url
|
||||
haos_api_token = var.haos_api_token
|
||||
pve_password = var.pve_password
|
||||
|
||||
clickhouse_password = var.clickhouse_password
|
||||
clickhouse_postgres_password = var.clickhouse_postgres_password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue