mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-27 23:49:38 +00:00
add new application datasource. provides basic interface for cloud-init tool (hostname, root ssh authorized keys)
This commit is contained in:
6
datasource/templates/user_data
Normal file
6
datasource/templates/user_data
Normal file
@@ -0,0 +1,6 @@
|
||||
#cloud-config
|
||||
{% if instance_keys %}
|
||||
ssh_authorized_keys:
|
||||
{% for key in instance_keys %} - {{ key }}{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user