git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133dc9b
)
add deploy target
author
Lorin Hochstein
<lhochstein@netflix.com>
Mon, 6 Feb 2017 05:10:24 +0000
(21:10 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Mon, 6 Feb 2017 05:10:24 +0000
(21:10 -0800)
ch13/Makefile
patch
|
blob
|
history
diff --git
a/ch13/Makefile
b/ch13/Makefile
index
6c863f7
..
726a4e0
100644
(file)
--- 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