Add libvirt helpers
This commit is contained in:
parent
f4e9b627f8
commit
6a5b1e8451
4 changed files with 108 additions and 0 deletions
6
virt-install/user-data.tpl
Normal file
6
virt-install/user-data.tpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#cloud-config
|
||||
password: {data.password}
|
||||
chpasswd: {{expire: False}}
|
||||
ssh_pwauth: True
|
||||
ssh_authorized_keys:
|
||||
- {data.public_key}
|
||||
Loading…
Add table
Add a link
Reference in a new issue