mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 20:14:15 +00:00
7 lines
127 B
Text
7 lines
127 B
Text
|
#cloud-config
|
||
|
{% if instance_keys %}
|
||
|
ssh_authorized_keys:
|
||
|
{% for key in instance_keys %} - {{ key }}{% endfor %}
|
||
|
{% endif %}
|
||
|
|