feat: add user and ssh key to ansible inventory

This commit is contained in:
Ditmar Visser
2025-05-28 12:18:25 +00:00
parent 9b0409c170
commit 0a1505259f
3 changed files with 12 additions and 3 deletions

View File

@@ -35,6 +35,11 @@ variable "azure_location" {
default = "westeurope"
}
variable "azure_user" {
description = "User that will gain access to the Azure vm's"
default = "iac"
}
variable "prefix" {
description = "The Prefix used for all resources"
default = "week-3-opdracht-1"