2024-08-12 07:19:24 +00:00
|
|
|
instance_id: "iid-{{ inst_name }}"
|
2024-08-16 04:10:12 +00:00
|
|
|
local-hostname: "{{ inst_name }}"
|
2024-08-12 07:19:24 +00:00
|
|
|
{% if !ssh_pubkeys.is_empty() -%}
|
2024-08-16 04:03:19 +00:00
|
|
|
public-keys:
|
2024-08-12 07:19:24 +00:00
|
|
|
{% for key in ssh_pubkeys -%}
|
|
|
|
- "{{ key }}"
|
|
|
|
{% endfor %}
|
2024-08-16 04:19:59 +00:00
|
|
|
{%- endif -%}
|