7 lines
141 B
Text
7 lines
141 B
Text
#cloud-config
|
|
hostname: "${name}"
|
|
manage_etc_hosts: true
|
|
ssh_pwauth: false
|
|
disable_root: false
|
|
ssh_authorized_keys:
|
|
- "${host_public_key}"
|