From: Lorin Hochstein Date: Fri, 6 Feb 2015 02:45:58 +0000 (-0500) Subject: add readme X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=fda0a1c6d4803946d6e837c39474d6fa9b94a5ee;p=ansiblebook.git add readme --- diff --git a/ch06/README.md b/ch06/README.md new file mode 100644 index 0000000..f90a0dd --- /dev/null +++ b/ch06/README.md @@ -0,0 +1,10 @@ +Don't forget to do the following: + + cd playbooks + cp secrets.yml.example secrets.yml + +Then you can deploy Mezzanine by doing: + + vagrant up + ansible-playbook mezzanine.yml +