Welcome to {{ ansible_facts['hostname'] }}
{% for key, value in ansible_env.items() %}
variable {{ key }} is {{ value }}
{% endfor %}