9 lines
147 B
YAML
9 lines
147 B
YAML
#cloud-config
|
|
local-hostname: ${hostname}
|
|
|
|
users:
|
|
- name: testuser
|
|
ssh-authorized-keys:
|
|
- ${azure_ssh_public_key}
|
|
shell: /bin/bash
|