From 198c8c91cc59fd5f68c35b7c73b5666b679c114c Mon Sep 17 00:00:00 2001 From: Justin Burke Date: Wed, 3 Aug 2016 08:30:42 -0700 Subject: [PATCH] Add user flag. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7c688..b93216e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ declare -x AWS_SECRET_ACCESS_KEY="XXXXXXXXXXXXXXXxx" When the deploy proccess is done a new server will be placed in the local inventory file `inventory_users`. If you want to add or delete users, update the `users` list in `config.cfg` and run the playbook `users.yml`. This command will update users on any servers in the file `inventory_users`. ``` -ansible-playbook users.yml -i inventory_users +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.