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:
9cb27b8
)
updated makefile
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 06:11:58 +0000
(22:11 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 06:11:58 +0000
(22:11 -0800)
ch13/Makefile
patch
|
blob
|
history
diff --git
a/ch13/Makefile
b/ch13/Makefile
index
e6e7f6b
..
1e5bd8c
100644
(file)
--- a/
ch13/Makefile
+++ b/
ch13/Makefile
@@
-6,8
+6,14
@@
deploy:
facts:
ansible-playbook image-facts.yml
+start: local
+
+stop:
+ docker-compose kill
+ docker-compose rm --forc
+
local:
- ansible-playbook
publish-
local.yml
+ ansible-playbook local.yml
publish: build
ansible-playbook publish.yml
@@
-15,9
+21,6
@@
publish: build
build:
ansible-playbook build.yml
-start:
- ansible-playbook ghost.yml
-
clean:
ansible-playbook clean.yml