Dynamic VM Network Assignment Using Ansible

Introduction Virtual machine networking in Nutanix AHV is defined by subnet assignments, bridges (e.g., br0), and VLAN tags. Ansible lets you assign VM NICs dynamically during or after deployment, ensuring proper segmentation for dev, test, and prod workloads. This guide provides a flexible playbook for assigning networks to Nutanix VMs. My Personal Repository on GitHub … Read more

Deploying AHV Networks using Bash and acli

Introduction Proper network segmentation is essential for organizing workloads and securing traffic in Nutanix AHV. With acli and Bash, you can define and deploy VLAN-backed networks at scale, ensuring consistency across environments. This guide automates the creation of virtual networks using a repeatable, script-driven approach. My Personal Repository on GitHub Nutanix Repository on GitHub Diagram: … Read more