Running Your Ansible Playbook Tasks in parallel and other Asynchronous Actions - async & async_status

A Guide on using Ansible's async to parallelize your ansible playbook tasks and running your tasks asynchronously

[WARNING]: TASK: wait for async tasks: The loop variable ‘item’ is already in use. You should set the loop_var value in the [WARNING]: TASK: wait for async tasks: The loop variable ‘item’ is already in use. You should set the loop_var value in the [WARNING]: TASK: wait for async tasks:... [Read More]
Tags: ansible

Ansible Blocks Advance Guide - Simple & Complex Block Loops, Conditionals, Nested Blocks, Block Vars, delegate_to, retries, block with tags, Block Rescue & Always - Examples Included

In this guide we look into many different use cases for Ansible blocks in your playbook. Includes examples on - block loops, block conditionals, nested blocks, using vars in blocks, using delegate_to with block and the usual Block rescue and always examples

Pre-requisites & Setup I’m using ansible-core 2.14 Ansible Host is running Python 3 and Managed/remote host is running Python 2.7 Ansible Host & Managed/remote host is using Ubuntu [Read More]
Tags: ansible