Latest Articles

Ansible for Windows - Bridging the Automation Divide!

Who This Guide Is For IT professionals and Windows system administrators looking to streamline their infrastructure management using Ansible.

Continue reading

Create ISO image from Files and Folders - Ansible module iso_create

How to Create ISO image from Files and Folders with Ansible?

Continue reading

Discover Ansible Self-Paced Labs: Hands-On Training Guide

Ansible Self-Paced Labs https://www.ansible.com/products/ansible-training The ansible official website recently introduced the Ansible Self-Paced Labs resources to try with some hands-on sessions the Ansible technology.

Continue reading

Run a Python Script on Remote Machines - Ansible module script

How to Run Python Script on Remote Machines after transferring it?

Continue reading

Celebrate Ansible Pilot's Successful Year and Upcoming Projects

Hello everyone and welcome to the latest Ansible Pilot news from Ansible Pilot.

Continue reading

Current ansible-playbook Path - playbook_dir Magic Variable - Ansible Tip and Tricks

How to display the Current ansible-playbook Path? I’m going to show you how to Use the “playbook_dir” Ansible Magic Variable in Ansible Playbook with a live Playbook and some simple Ansible code.

Continue reading

How to install Ansible in Rocky Linux 9 - Ansible install

How to install Ansible in Rocky Linux version 9. Today we’re going to talk about the easier way to install and maintain Ansible inside Rocky Linux 9 using the appstream system repository.

Continue reading

Reduce Intel Laptop CPU Temperature Overheating In Linux - ansible module package and Thermald

How to Reduce Laptop CPU Temperature Overheating In Linux? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Configuring Ansible for AWS: Setup Guide & Playbook

How to configure Ansible for AWS? Ansible provides various modules to manage AWS infrastructure, which includes EC2, VPC, Security Groups, etc.

Continue reading

Search for AWS EC2 AMI ID by Region - Ansible module ec2_ami_info

How to Search for EC2 AMI ID by AWS Region with Ansible?

Continue reading

Ansible troubleshooting - AWS Failed to import the required Python library (botocore or boto3)

Introduction Today we’re going to talk about Ansible troubleshooting, specifically about the “Failed to import the required Python library (botocore or boto3)” message and enable Ansible For AWS.

Continue reading

Configure a Python Virtual Environment for Ansible AWS - ansible collection amazon.aws

How to configure a Python Virtual Environment for Ansible AWS? Using a Python Virtual Environment is a convenient way to maintain up-to-date Python dependency of the Ansible collection amazon.

Continue reading

How to install Ansible in AlmaLinux 9 - Ansible install

How to install Ansible in AlmaLinux version 9. Today we’re going to talk about the easier way to install and maintain Ansible inside AlmaLinux 9 using the appstream system repository.

Continue reading

How to install Ansible in Oracle Linux 9 - Ansible install

How to install Ansible in OracleLinux version 9. Today we’re going to talk about the easier way to install and maintain Ansible inside OracleLinux 9 using the appstream system repository.

Continue reading

The best book about Ansible For Linux

The best book and video course to learning Ansible for Linux operating systems:

Continue reading

Find All Files with Extension - Ansible module find

How to Find All Files with a specific Extension with Ansible?

Continue reading

Search for a String in a File - Ansible module lineinfile

How to Search for a String in a File with Ansible?

Continue reading

Get VMware vSphere Virtual Machine UUID - Ansible module vmware_guest_info

How to Get VMware vSphere Virtual Machine UUID with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Gather VMware ESX/ESXi Host Info with Ansible

How to Gather Info about all VMware ESX/ESXi Hosts in a given Cluster with Ansible?

Continue reading

Configure a Python Virtual Environment for Ansible VMware - ansible collection community.vmware

How to configure a Python Virtual Environment for Ansible VMware? Using a Python Virtual Environment is a convenient way to maintain up-to-date the Python dependency of the Ansible collection community.

Continue reading

Configure Ansible Dynamic Inventory for VMware in Simple Steps

Introduction This guide shows you the best way to list all the virtual machines within your VMware infrastructure using Ansible.

Continue reading

Run a SQL Command/Query on PostgreSQL - Ansible module postgresql_query

How to Run a SQL Command/Query on PostgreSQL with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Rename a PostgreSQL Database - Ansible module postgresql_db

How to Rename a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Drop a PostgreSQL Database - Ansible module postgresql_db

How to Drop a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Automate PostgreSQL Backups with Ansible Playbook

How to Backup a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading