infrastructure
44 Ansible tutorials tagged “infrastructure”. Working examples covering automation, configuration management, and DevOps workflows.
Ansible Advanced Nuclear Technology Infrastructure Automation
playbooks · 5
Automate nuclear technology infrastructure with Ansible. Manage reactor monitoring systems, safety interlocks, regulatory compliance, and SMR deployment.
Ansible Quantum Computing Infrastructure Automation
playbooks · 5
Automate quantum computing infrastructure with Ansible. Manage quantum simulators, hybrid classical-quantum pipelines, and QPU access across cloud.
Ansible for AWS Cloud Automation — EC2, RDS, S3, and Infrastructure at Scale
enterprise · 8
Automate AWS infrastructure with Ansible. Manage EC2 instances, RDS databases, S3 buckets, IAM roles, VPCs, and build complete cloud environments with.
AI DevOps Ansible Community on Skool
cloud-virtualization · 3
Join Luca Berton's AI DevOps Ansible Community for top-tier training in Ansible, Kubernetes, and Terraform. Access 50+ hours of courses and career support!
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.
Ansible BIND DNS — Deploy and Manage DNS Servers
playbooks · 6
Deploy BIND9 DNS servers with Ansible. Primary and secondary zones, A/AAAA/CNAME/MX/TXT records, reverse DNS, DNSSEC signing, split-horizon DNS.
Ansible Ceph — Deploy Distributed Storage Clusters
playbooks · 5
Deploy Ceph distributed storage with Ansible using cephadm. Monitor, OSD, and MDS deployment, CephFS, RBD block storage, S3 with RGW, pool management.
Ansible Development: A Comprehensive Guide
playbooks · 4
Learn how to automate IT tasks using Ansible, covering everything from installation to advanced integration with Kubernetes and cloud services.
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.
Ansible Elasticsearch Cluster Deployment
modules · 6
Deploy and manage Elasticsearch clusters with Ansible including node roles, security, index lifecycle management, and performance tuning
Ansible HAProxy Load Balancer Configuration
modules · 8
Deploy and configure HAProxy load balancer with Ansible for high availability, SSL termination, health checks, and backend server management
Ansible Nagios — Deploy and Configure Infrastructure Monitoring
playbooks · 5
Deploy Nagios Core with Ansible. Install Nagios server and NRPE agents, configure hosts, services, contacts, check commands, custom plugins, and alerting..
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.
Ansible SNMP Monitoring Network Devices
networking · 8
Configure SNMP monitoring with Ansible for network devices, servers, and infrastructure including SNMPv3 security, trap receivers, and MIB management
Ansible troubleshooting — Error only-builtins
playbooks · 3
Maintain consistency and simplicity in Ansible playbooks with the only-builtins rule, ensuring exclusive use of ansible.builtin actions.
Fix Ansible run_once — Common Pitfalls
playbooks · 5
Fix run_once issues in Ansible playbooks. Common mistakes with serial, delegation, variable scope, and how to properly run tasks on a single host.
Ansible-Lint Offline — Air-Gapped
playbooks · 4
A guide to running Ansible-Lint in air-gapped environments, covering offline setup, dependency management, and configuration for seamless linting.
Automating Dynamic Time Date Facts with Ansible
playbooks · 6
Learn how to work with dates, timestamps, and time formatting in Ansible playbooks using set_fact, now(), ansible_date_time, and strftime filters with.
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.
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.
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.
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.
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.
Crafting and Publishing Your Custom Ansible Collection on Automation Hub
modules · 4
Learn to create and publish a custom Ansible Collection "test.test" on Automation Hub. Follow steps to initialize, customize, build, and upload your.
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.
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.
Creating a New Ansible Collection: A Step-by-Step Guide
modules · 4
Create a new Ansible Collection "test.test" with ansible-galaxy. Follow steps to initialize, build, and verify the collection, resulting in a.
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.
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.
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.
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.
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.
Efficient Automation with Ansible
playbooks · 3
A Practical Guide for DevOps Professionals by Michael Knyazev, Gineesh Madapparambath, and Nicholas Wong. With tested, real-world examples.
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.
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.
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.
Generate Clean YAML Output from Ansible Facts
playbooks · 5
Discover how to generate clean YAML output from Ansible facts using Jinja2 templating, ensuring properly formatted data for easy reporting.
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.
YAML Multiline Strings — Folded & Literal
playbooks · 3
Break long strings across multiple lines in Ansible YAML. Use folded (>), literal (|), chomp indicators, and Jinja2 line breaks with examples.
Learn Ansible book technical review by Luca Berton
playbooks · 4
Second Edition: Automate your cloud infrastructure, security configuration, and application deployment. Tested, copy-paste examples included.
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.
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.
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.
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.