From: Lorin Hochstein Date: Mon, 6 Feb 2017 05:10:24 +0000 (-0800) Subject: add deploy target X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=2f50816b51f72fe0c7f4992f77174e1c45ccaec2;p=ansiblebook.git add deploy target --- diff --git a/ch13/Makefile b/ch13/Makefile index 6c863f7..726a4e0 100644 --- a/ch13/Makefile +++ b/ch13/Makefile @@ -1,4 +1,7 @@ -.PHONY: start publish build local facts +.PHONY: start publish build local facts deploy + +deploy: + ansible-playbook deploy.yml facts: ansible-playbook image-facts.yml