Add libvirt helpers

This commit is contained in:
Neill Cox 2023-09-20 12:02:40 +10:00
parent f4e9b627f8
commit 6a5b1e8451
4 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#cloud-config
password: {data.password}
chpasswd: {{expire: False}}
ssh_pwauth: True
ssh_authorized_keys:
- {data.public_key}