feat: make iac user sudo

This commit is contained in:
Ditmar Visser
2025-05-28 12:40:39 +00:00
parent 2c0d1e9f41
commit e0e2784cbc

View File

@@ -5,4 +5,5 @@ users:
- name: iac
ssh-authorized-keys:
- ${azure-ssh-key}
shell: /bin/bash
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL