Cool Ansible 3 - Advanced Templating
Jinja is a powerful template engine for Python. It’s commonly used to place variables and other content in files. You can see it in action by using Ansible’s template
task. There is much more functionality that can be used to take Ansible playbooks to the next level.