BLOG

Latest Articles

Getting started with Ansible

What is Ansible? Ansible is an open source tool (with enterprise editions available) developed using Python and runs on Windows, Mac, and UNIX-like systems.

By admin · 2 min read · Ansible Tutorial

Beginners guide to YAML Syntax in Ansible Playbooks

YAML uses indentation (like Python), which builds the relationship of items with one another and In Ansible, nearly every YAML file starts with a list.

By admin · 4 min read · Ansible Tutorial

How to use different Ansible variables with examples

There are different types of ansible variables such as built-in, host, group, inventory etc. There is a different procedure to access individual ansible …

By admin · 18 min read · Ansible Tutorial