bifrost/playbooks/roles/bifrost-configdrives/templates/openstack_meta_data.json.j2
Julia Kreger f18c26a9b3 Rearranging the repository
Moved Ansible specific elements to playbooks/
2015-04-16 15:22:30 -04:00

17 lines
369 B
Django/Jinja

{
"availability_zone": "",
"files": [
{
"content_path": "/content/0000",
"path": "/etc/network/interfaces"
}
],
"hostname": "{{item.split(',')[10]}}",
"name": "{{item.split(',')[10]}}",
"meta": {},
"public_keys": {
"mykey": "{{ ssh_public_key }}"
},
"uuid": "{{item.split(',')[9]}}"
}