From 6cdc74996973a5bf8ebb22a406375b66647ee0c7 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Wed, 10 Aug 2016 13:24:36 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1f9f10..73ecc9e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ declare -x AWS_ACCESS_KEY_ID="XXXXXXXXXXXXXXXXXXX" declare -x AWS_SECRET_ACCESS_KEY="XXXXXXXXXXXXXXXxx" ``` -Open the file `config.cfg` in your favorite text editor. Specify users in the `users` list. Start the deploy and follow the instructions: +Open the file `config.cfg` in your favorite text editor. Specify users in the `users` list. + +Start the deploy and follow the instructions: ``` ./run @@ -71,7 +73,7 @@ ansible-playbook users.yml --user=root -i inventory_users Note: For EC2 users, Algo does NOT use EC2 dynamic inventory for user management. Please continue to use users.yml playbook as described below. This may be subject to change in the future. ``` -ansible-playbook users.yml -u ubuntu -i inventory_users +ansible-playbook users.yml --user=ubuntu -i inventory_users ``` ## FAQ