infrastructure

Why Every IT Professional, Quiet Quitter or Not, Should Learn Ansible

Introduction Ansible is an amazing tool to automate your information technology infrastructure.

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

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

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

Expand a Virtual Disk in VMware vSphere Virtual Machine - Ansible module vmware_guest_disk

How to Expand a Virtual Disk in VMware vSphere Virtual Machine with Ansible?

Continue reading

How to Add a Disk to a VMware VM Using Ansible Playbook

Introduction Module: community.vmware.vmware_guest_disk Purpose: Manage disks related to virtual machines in a given vCenter infrastructure The Ansible module vmware_guest_disk is part of the community-supported collection of modules for interacting with VMware.

Continue reading

Delete a VMware Virtual Machine Snapshot - Ansible module vmware_guest_snapshot

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

Continue reading

Take a VMware Virtual Machine Snapshot - Ansible module vmware_guest_snapshot

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

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

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

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