From bb7e184e93dfb4fb5dd91219dad4e7cdfbad180b Mon Sep 17 00:00:00 2001 From: Ditmar Visser Date: Wed, 4 Jun 2025 18:33:59 +0000 Subject: [PATCH] fix: prefix --- opdracht-3/inventory.ini | 2 +- opdracht-3/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opdracht-3/inventory.ini b/opdracht-3/inventory.ini index 2ba3ab9..823044f 100755 --- a/opdracht-3/inventory.ini +++ b/opdracht-3/inventory.ini @@ -1 +1 @@ -week-3-opdracht-3 ansible_host=192.168.1.13 ansible_user=skylab ansible_ssh_private_key_file=/home/student/.ssh/skylab.pub +week-5-opdracht-3 ansible_host=192.168.1.14 ansible_user=skylab ansible_ssh_private_key_file=/home/student/.ssh/skylab.pub diff --git a/opdracht-3/variables.tf b/opdracht-3/variables.tf index 80eb6a1..6b0fbce 100644 --- a/opdracht-3/variables.tf +++ b/opdracht-3/variables.tf @@ -23,5 +23,5 @@ variable "esxi_password" { variable "prefix" { description = "The Prefix used for all resources" - default = "week-3-opdracht-3" + default = "week-5-opdracht-3" }