summaryrefslogtreecommitdiffstats
path: root/files/virthost-lists.j2
blob: 8d13ecffda9663b07e6f3413ee97c5d9988aabd9 (plain)
1
2
3
4
5
6
{% for key, value in virt_info.items() %}
{% if value and 'state' in value %}
{{inventory_hostname}}:{{key}}:{{value['state']}}:{{value['autostart']}}:{{value['nrVirtCpu']}}:{{value['memory']}}
{% else %}
{% endif %}
{% endfor %}