mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
#cloud-config
|
|
{% if instance_keys %}
|
|
ssh_authorized_keys:
|
|
{% for key in instance_keys %} - {{ key }}
|
|
{% endfor %}
|
|
{% endif %}
|