notes/devops/sandbox/terraform/libvirt/getting-started/cloud_init.cfg

9 lines
121 B
YAML

#cloud-config
# vim: syntax=yaml
ssh_pwauth: True
chpasswd:
list: |
root:terraform-libvirt-linux
expire: False