Use this tag for questions regarding writing and processing Ansible templates, Jinja2 syntax within Ansible, custom filters.
Ansible templates are processed by the Jinja2 templating language. Beside the default Jinja2 filters Ansible extends functionality with a lot of custom filters.
Templates are rendered from Ansible tasks through the template
module or through the template
lookup plugin.