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