From: Lorin Hochstein Date: Tue, 7 Feb 2017 06:11:58 +0000 (-0800) Subject: updated makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=a477e8dac060a8a18118f68925fa5173fd5852dd;p=ansiblebook.git updated makefile --- diff --git a/ch13/Makefile b/ch13/Makefile index e6e7f6b..1e5bd8c 100644 --- 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