--- # Default variables for cleanup_vm role # VM name to cleanup (required) vm_name: "" # Force destroy even if running force_destroy: true # Remove disk image remove_disk: true # Cleanup multiple VMs matching pattern cleanup_pattern: "" # Cleanup all VMs in list cleanup_vm_list: []