Ansible Playbooks for VM Compliance Reporting on Nutanix

Introduction Enforcing configuration standards across Nutanix AHV VMs is critical for operational consistency and audit readiness. This article walks through an Ansible playbook that checks VM power state, memory, CPU, disk, and tags, reporting back on any non-compliant settings. My Personal Repository on GitHub Nutanix Repository on GitHub Diagram: VM Compliance Audit Flow Use Case … Read more

Nutanix VM Inventory Audits with Bash

Introduction Accurate VM inventory reporting is essential for operations, compliance, and capacity planning. Instead of exporting data manually from Prism, use Bash and Nutanix’s acli to automatically generate inventory reports in CSV format. These reports can feed into asset management systems or compliance checks. My Personal Repository on GitHub Nutanix Repository on GitHub Diagram: VM … Read more