From b5d1d205dd0f513ca4180d7336213359beb551e0 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Tue, 19 Nov 2013 06:32:27 +0000 Subject: [PATCH] Update readme with username instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe8799f..a65b4c4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ and add foo.com ``` +Finally, unless your user account name is ubuntu with sudo access, you'll need to edit each playbook to change the username. +```shell +vi ./playbooks/* +``` + + ### Running Ansible There are a few ways to use this set of playbooks -- you can either run the deployment of each service individually, or you can run them all in one go.