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:
8a3504b
)
Add vpc target
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 11 Feb 2017 20:14:46 +0000
(12:14 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 11 Feb 2017 20:14:46 +0000
(12:14 -0800)
ch12/playbooks/Makefile
patch
|
blob
|
history
diff --git
a/ch12/playbooks/Makefile
b/ch12/playbooks/Makefile
index
8e80d36
..
766dfd2
100644
(file)
--- a/
ch12/playbooks/Makefile
+++ b/
ch12/playbooks/Makefile
@@
-1,4
+1,7
@@
-.PHONY: image
+.PHONY: image vpc
+
+vpc:
+ ansible-playbook create-vpc.yml
image:
ansible-playbook image.yml