Latest Articles

Ansible troubleshooting - VMware Unknown error while connecting to vCenter or ESXi

Ansible troubleshooting - VMware Unknown error while connecting to vCenter or ESXi Today we’re going to talk about Ansible troubleshooting, specifically about the “Unknown error while connecting to vCenter or ESXi API, [Errno -2] Name or service not known” message and enable Ansible For VMware.

Continue reading

Start a VMware vSphere Virtual Machine - Ansible module vmware_guest_powerstate

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

Continue reading

Stop a VMware vSphere Virtual Machine - Ansible module vmware_guest_powerstate

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

Continue reading

How to install Ansible in Fedora 36 - Ansible install

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

Continue reading

Deploy a VMware vSphere Virtual Machine from a Template - Ansible module vmware_guest

How to Deploy a VMware vSphere Virtual Machine from a Template with Ansible?

Continue reading

Ansible troubleshooting - VMware Failed to Import PyVmomi

Ansible troubleshooting — VMware Failed to Import PyVmomi Today we’re going to talk about Ansible troubleshooting, specifically about the “Failed to import the required Python library (PyVmomi)” message and enable Ansible For VMware.

Continue reading

Create VMware vSphere VM with Ansible: Full Playbook Guide

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

Continue reading

Configuring Ansible for VMware: Complete Setup Guide & Playbook

How to configure Ansible for VMware? Ansible provides various modules to manage VMware infrastructure, which includes data center, cluster, host system, and virtual machine.

Continue reading

How to Delete Only Files Inside a Directory - Ansible module find

How to Delete Only Files Inside a Directory with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Filter A List By Its Attributes - Ansible selectattr filter

How to Filter A List By Its Attributes in an Ansible Playbook?

Continue reading

How to Run Only One Task in Ansible Playbook? - Ansible tags statement

How to run only one task in an Ansible Playbook? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Automate Dell EMC DNOS 10 Backups with Ansible Playbook

How to Backup Config on Dell EMC Networking Operating System DNOS 10 with Ansible?

Continue reading

Automate Mikrotik RouterOS Config Backups with Ansible

How to Backup Config on Mikrotik RouterOS with Ansible? Maintaining a backup copy of your network appliance configuration is a good practice for all IT Professionals.

Continue reading

Backup Dell EMC DNOS 6 Configs with Ansible Playbook

How to Backup Config on Dell EMC Networking Operating System DNOS 6 with Ansible?

Continue reading

Deploy Kubernetes Resources with Ansible Playbook

How to Apply Multiple Yaml Files at Once on Kubernetes K8s or OpenShift OCP with Ansible?

Continue reading

Write a Variable to a File - Ansible module copy vs template

How to write a variable to file with Ansible? From a simple value or the result of complex command execution on the target node often we have the need to write the result to a file.

Continue reading

How to install Ansible in Ubuntu 22.04 LTS Jammy Jellyfish — Ansible Install

How to install Ansible in the latest Ubuntu 22.04. Today we’re going to talk about the easier way to install and maintain Ansible inside Ubuntu 22.

Continue reading

Assign Memory to Kubernetes Pods with Ansible

How to Assign Memory Resources to Kubernetes K8s or OpenShift OCP Containers and Pods with Ansible?

Continue reading

Configure a Pod to Use a Volume for Storage on Kubernetes or OpenShift with Ansible

How to Configure a Pod to Use a Volume for Storage on Kubernetes K8s or OpenShift OCP?

Continue reading

Ansible troubleshooting - Kubernetes K8s or OpenShift OCP 401 Unauthorized

Ansible troubleshooting - Kubernetes K8s/OpenShift OCP 401 Unauthorized Today we’re going to talk about Ansible troubleshooting, specifically about the “Kubernetes 401 Unauthorized” message.

Continue reading

Optimize Kubernetes CPU Resources with Ansible Playbooks

How to Assign CPU Resources to Kubernetes (K8s) or OpenShift (OCP) Containers and Pods with Ansible Welcome to another episode of Ansible Pilot!

Continue reading

Create Kubernetes K8s or OpenShift OCP Service - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP Service with Ansible?

Continue reading

Create Kubernetes K8s or OpenShift OCP Pod - nginx - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP Pod with Ansible?

Continue reading

Create Kubernetes K8s or OpenShift OCP Secret - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP secret with Ansible?

Continue reading

Understanding win_command vs win_shell Modules in Ansible for Windows Automation

Ansible modules - win_command vs win_shell How to automate the execution of PowerShell or cmd.

Continue reading