From: Lorin Hochstein Date: Tue, 7 Feb 2017 03:57:50 +0000 (-0800) Subject: update makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=6e481c60acbe78b2d084f6efb3ec6e3a9f559214;p=ansiblebook.git update makefile --- diff --git a/ch13/Makefile b/ch13/Makefile index 726a4e0..6eaba46 100644 --- a/ch13/Makefile +++ b/ch13/Makefile @@ -1,4 +1,7 @@ -.PHONY: start publish build local facts deploy +.PHONY: start publish build local facts deploy ghost + +ghost: + ansible-playbook deploy.yml -l ghost deploy: ansible-playbook deploy.yml