Welcome to Jinja2 Example

This is a simple example of using Jinja2 templates.

Current Date and Time

{{ ansible_date_time.date }}

{% if ansible_date_time.time %}

{{ ansible_date_time.time }}

{% else %}

Time information is not available.

{% endif %}

System Information

Network Interfaces