.PHONY: image vpc

vpc:
	ansible-playbook ec2-example.yml

image:
	ansible-playbook image.yml
