August 2015
Intermediate to advanced
168 pages
3h 32m
English
What is Jinja all about? Jinja2 is a very popular and powerful Python-based template engine. Since Ansible is written in Python, it becomes the default choice for most users, just like other Python-based configuration management systems, such as Fabric and SaltStack. The name Jinja originated from the Japanese word for temple, which is similar in phonetics to the word template.
Some of the important features of Jinja2 are:
Templates look very similar to normal text-based files except for the occasional variables or code that surrounds the special tags. These ...
Read now
Unlock full access