10 lines
169 B
YAML
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
|