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

9 lines
121 B
INI
Raw Normal View History

2022-10-24 17:09:32 +05:30
#cloud-config
# vim: syntax=yaml
ssh_pwauth: True
chpasswd:
list: |
root:terraform-libvirt-linux
expire: False