vsg_image:
	ansible-playbook -i inventory -c local vsg_image.yaml
	echo "Look for your image in /image/vsg.img"

cleanup:
	rm -f /image/vsg.qcow2
