8 lines
No EOL
186 B
YAML
8 lines
No EOL
186 B
YAML
instance_id: "iid-{{ inst_name }}"
|
|
local-hostname: "{{ inst_name }}"
|
|
{% if !ssh_pubkeys.is_empty() -%}
|
|
public-keys:
|
|
{% for key in ssh_pubkeys -%}
|
|
- "{{ key }}"
|
|
{% endfor %}
|
|
{%- endif -%} |