{% include "head.html" %}

Host facts: {{ host.name }}

Ansible version: {{ host.playbook.ansible_version }}

{% for fact, value in host.facts.items() | sort -%} {% endfor -%}
Fact Value
{{ fact }} {{ value | pygments_formatter | safe }}