vpc

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

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

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

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

Create Network Infrastructure on AWS using Ansible Modules

playbooks · 8

Learn how to take advantage of Infrastructure as Code to create our own infrastructure on-demand on Amazon Web Services (AWS) using the Ansible amazon.aws.

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

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