Files
les-03/opdracht-1/cloudinit-azure.yaml
2025-05-27 18:57:23 +00:00

8 lines
135 B
YAML

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