From e0e2784cbc24575e6dd7c7899619703a2617b5f7 Mon Sep 17 00:00:00 2001 From: Ditmar Visser Date: Wed, 28 May 2025 12:40:39 +0000 Subject: [PATCH] feat: make iac user sudo --- opdracht-1/cloudinit-azure.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opdracht-1/cloudinit-azure.yaml b/opdracht-1/cloudinit-azure.yaml index cadf8a9..b5843fe 100644 --- a/opdracht-1/cloudinit-azure.yaml +++ b/opdracht-1/cloudinit-azure.yaml @@ -5,4 +5,5 @@ users: - name: iac ssh-authorized-keys: - ${azure-ssh-key} - shell: /bin/bash \ No newline at end of file + shell: /bin/bash + sudo: ALL=(ALL) NOPASSWD:ALL