📄️ Understanding Ansible Templates
Ansible is a powerful automation tool that provides a simple way to automate apps and IT infrastructure. One of its most exciting features is the use of templates. In this tutorial, we will go through the concept of Ansible templates, how they work, and how to use them in Ansible playbooks.
📄️ Using Jinja2 template in Ansible
Introduction