datacenter

23 Ansible tutorials tagged “datacenter”. Working examples covering automation, configuration management, and DevOps workflows.

Ansible VMware — Add Disk to VM

playbooks · 3

Learn how to add a disk to a VMware VM using an Ansible playbook. This guide includes the YAML configuration, variables, and execution steps for easy.

Beginner

Configure Ansible Dynamic Inventory for VMware in Simple Steps

playbooks · 2

Discover how to configure Ansible Dynamic Inventory for VMware to automate and manage virtual machines efficiently. Step-by-step guide with Playbook.

Beginner

Automate EC2 Creation with Ansible: YAML Playbook Demo

playbooks · 6

Explore an Ansible playbook for creating EC2 instances on AWS. Learn to use ec2_ami_info, ec2_instance, set_fact, and shell modules in a live Playbook.

Advanced

Getting Started with Amazon EC2 Instances

playbooks · 5

Learn how to automate EC2 instance creation on AWS with Ansible. This guide covers essential setup, configuration, and management for seamless cloud.

Beginner

Configuring Ansible for AWS: Setup Guide & Playbook

playbooks · 5

Set up Ansible for AWS with IAM credentials, boto3, and the amazon.aws collection. Follow our guide to configure and execute your first AWS playbook.

Beginner

Ansible community.vmware Collection Setup

playbooks · 4

Configure Ansible for VMware vSphere with community.vmware collection. Install pyVmomi, set credentials, and manage VMs with complete playbook examples.

Beginner

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

playbooks · 3

Learn to configure a Python Virtual Environment for Ansible AWS amazon.aws collection using the latest Python 3.8 and boto3 library releases.

Beginner

Ansible VMware community.vmware venv

playbooks · 4

Learn how to set up a Python Virtual Environment for Ansible VMware, ensuring seamless integration and management of your VMware infrastructure with.

Beginner

Create VMware vSphere VM with Ansible: Full Playbook Guide

playbooks · 3

Master creating VMware vSphere VMs using Ansible. Our guide provides a comprehensive playbook and step-by-step instructions for VM setup and management.

Beginner

Ansible AWS S3 Bucket — Create

playbooks · 7

Discover how to automate the creation of AWS S3 buckets using Ansible. Our detailed guide covers the prerequisites, step-by-step playbook creation.

Beginner

Creating an Application Load Balancer with Ansible in AWS

playbooks · 4

Automating AWS Infrastructure with Ansible - Creating an Application Load Balancer in AWS. Tested on real machines with clear, copy-paste examples.

Advanced

Creating an Azure Virtual Machine Scale Set using Ansible

playbooks · 5

Effortlessly Deploy and Scale Your Infrastructure with Ansible and Azure Scale Sets. Tested on real machines with clear, copy-paste examples.

Beginner

Creating an Azure Virtual Network with Ansible Playbook

playbooks · 4

Learn how to use Ansible’s Azure modules to automate the creation of a virtual network with subnets and a public IP address in Microsoft Azure Cloud.

Beginner

Delete a VMware Virtual Machine Snapshot — Ansible module vmware_guest_snapshot

playbooks · 3

How to automate the delete of snapshot named “Ansible Managed Snapshot” in a VMware Virtual Machine “myvm” Ansible Playbook and vmware_guest_snapshot.

Beginner

Ansible vmware_guest — Deploy VM

playbooks · 2

How to automate the deployment of a virtual machine guest from “mytemplate” template using Ansible Playbook and vmware_guest module.

Beginner

Effortlessly Create AWS IAM Users and Store their Access Keys with Ansible

playbooks · 6

Effortlessly create AWS IAM users and store their access keys securely with Ansible and AWS SSM Parameter Store, ensuring scalable and secure management.

Advanced

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

playbooks · 4

How to automate the expansion from 1GB to 2GB size Virtual Disk connected to VMware Virtual Machine guest named “myvm” using Ansible Playbook.

Beginner

Ansible VMware ESXi Host Info

playbooks · 14

Discover how to gather info about VMware ESX/ESXi hosts in a cluster using Ansible. Follow our live Playbook and simple code examples to get started.

Advanced

Get VMware vSphere Virtual Machine UUID — Ansible module vmware_guest_info

playbooks · 3

How to automate the gathering of UUID of a specific “myvm” VMware vSphere Virtual Machine using Ansible Playbook and vmware_guest_info module.

Beginner

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

playbooks · 3

How to automate the search of an AWS EC2 machine AMI ID running the operating system RHEL-8.3.0 in the region "us-east-1" using Ansible Playbook.

Beginner

Start a VMware vSphere Virtual Machine — Ansible module vmware_guest_powerstate

playbooks · 3

How to automate the change of power state from Powered Off to Powered On of the virtual machine guest “myvm” using Ansible Playbook.

Beginner

Stop a VMware vSphere Virtual Machine — Ansible module vmware_guest_powerstate

playbooks · 4

How to automate the gracefully use guest shutdown and forcefully power off to change the power state from Powered On to Powered Off of the virtual.

Beginner

Ansible vmware_guest_snapshot Module

playbooks · 3

How to automate taking snapshots named “Ansible Managed Snapshot” to a VMware Virtual Machine “myvm” Ansible Playbook and vmware_guest_snapshot module.

Advanced