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