17 lines
284 B
Text
17 lines
284 B
Text
#cloud-config
|
|
hostname: dns
|
|
manage_etc_hosts: true
|
|
ssh_pwauth: false
|
|
disable_root: false
|
|
ssh_authorized_keys:
|
|
- "${host_public_key}"
|
|
chpasswd:
|
|
list: |
|
|
root:root
|
|
expire: False
|
|
packages:
|
|
- qemu-guest-agent
|
|
- dnsmasq
|
|
- dnsutils
|
|
package_update: true
|
|
package_upgrade: true
|