From a477e8dac060a8a18118f68925fa5173fd5852dd Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 22:11:58 -0800 Subject: [PATCH] updated makefile --- ch13/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.44.0