Added Terraform/Ansible configuration to include RustDesk deployment

This commit is contained in:
2024-10-26 21:41:10 +02:00
parent 262008f014
commit d9600e2734
11 changed files with 242 additions and 19 deletions
+10
View File
@@ -79,3 +79,13 @@ variable "maxmind_license_key" {
description = "Maxmind license key"
type = string
}
variable "rustdesk_private_key" {
description = "Rustdesk private key"
type = string
}
variable "rustdesk_public_key" {
description = "Rustdesk public key"
type = string
}