Automating Snapshot Lifecycle for Nutanix with Ansible

Introduction Snapshots are critical for backup and recovery, but they must be managed correctly to avoid sprawl. With Ansible, you can automate the full snapshot lifecycle on Nutanix AHV, creating, listing, and deleting snapshots through playbooks. This article shows you how to set up reusable snapshot tasks and schedule them reliably. My Personal Repository on … Read more

Nutanix VM Snapshot Management with CLI and Bash

Introduction Snapshots are a key feature in any backup or testing workflow. Managing them at scale, however, requires automation. With Bash and acli, you can script snapshot creation, enforce retention policies, and delete old snapshots, ideal for daily backup routines or testing environments. My Personal Repository on GitHub Nutanix Repository on GitHub Diagram: Snapshot Management … Read more