bifrost/playbooks/roles/bifrost-configdrives-dynamic/templates/openstack_meta_data.json.j2

21 lines
417 B
Django/Jinja

{
"availability_zone": "",
{% if write_interfaces_file | bool == true %}
"files": [
{
"content_path": "/content/0000",
"path": "/etc/network/interfaces"
}
],
{% else %}
"files": [],
{% endif %}
"hostname": "{{ name }}",
"name": "{{ name }}",
"meta": {},
"public_keys": {
"mykey": "{{ ssh_public_key }}"
},
"uuid": "{{ uuid }}"
}