BLOG

Latest Articles

How to use Jinja2 templates in Ansible with examples

Jinja2 is a very popular and powerful Python-based template engine. Jinja2 templates is widely used in Ansible playbook to access variables, configuration etc

By admin · 10 min read · Ansible Tutorial

How to use Ansible managed nodes without Python

How to use ansible without installing python3 on managed nodes. Can we use ansible without python? How to use raw module in Ansible?

By admin · 2 min read · Ansible Tutorial

Pre-requisites to setup Ansible

To configure ansible we need certain pre-requisites. For example control node cannot be a windows node, We need SSH access on the managed node and python3 must …

By admin · 3 min read · Ansible Tutorial