This commit is contained in:
Alex
2025-09-03 13:59:44 +02:00
parent 5dbc9d76ec
commit 44597a755d
7 changed files with 69 additions and 701 deletions

View File

@@ -26,6 +26,12 @@ variable "target_nodes" {
}
}
variable "admin_user" { type = string }
variable "admin_password" {
type = string
sensitive = true
}
variable "ssh_public_key" { type = string }
variable "bridge" {
type = string