Files
les-03/opdracht-1/cloudinit-azure.yaml
2025-05-28 12:40:39 +00:00

10 lines
169 B
YAML

#cloud-config
local-hostname: vm-host-naam
users:
- name: iac
ssh-authorized-keys:
- ${azure-ssh-key}
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL