How to Use the Jinja2 Template in Ansible
Jinja2 is one of the most powerful and famous python-based template engines. It is most popular for Ansible users because of the same programming language. It helps a…
Read More6 articles found
CentOS
Jinja2 is one of the most powerful and famous python-based template engines. It is most popular for Ansible users because of the same programming language. It helps a…
Read More
CentOS
In the course of writing Ansible playbook files, you may have noticed that you could reuse some of the code defined in your existing playbooks. For example, you…
Read More
Ubuntu
In Ansible, a handle is synonymous with a task, but here’s the catch – it is triggered to take action when called by another event or task it…
Read More
Ubuntu
Ansible is a popular server configuration management tool that lets users manage and monitor remote systems from a single control node. With Ansible, you can install software packages,…
Read More
Ubuntu
Configuring and deploying applications on a single server is usually a simple task. However, in a complex IT environment with multiple servers, this can be a daunting and…
Read More
Ubuntu
Introduction Ansible AWX is an open-source project which is easy to use UI, Rest API and provides an easier way to manage your ansible project in IT environments.…
Read More