Latest Articles
Working with include and import module in Ansible
We can use Ansible import module to add playbook, tasks from another file into a different playbook. This can help use the same set of tasks across multiple …
Ansible Block and Rescue Advanced Guide: Thank Me Later
We can use ansible block, rescue and always to perform different kinds of error handling where with the rescue block we can perform cleanup action
Ansible Tags: Your Shortcut to Smarter Automation
Explore the dynamic world of Ansible Tags to streamline your automation tasks. Our guide delves into the essentials of using tags in Ansible playbooks, offering …
How to repeat tasks using ansible loop with examples
Ansible loop is used to iterate over multiple tasks in playbook. It supersedes with_items in Ansible with later version as with_* are deprecated
Use Ansible Handlers Like a PRO: Don't be a Rookie
Handlers are tasks that only run when notified. Each handler should have a globally unique name. Ansible Handlers always run in the order they are defined, not …
