From a42f4ad41d84fe21677d68fde923b05bf6cc72c6 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Wed, 20 Feb 2019 21:31:02 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a98dd00d..f28ae6c6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ So, when you need to add a user, get a package installed, etc etc, please keep t ## Common tasks -### Adding a user to phoenix +### Adding a user To add a user to phoenix, just copy one of the files in ./roles/shell/tasks/users to a new file in that same directory. Edit the file, changing the applicable info (user name, keys, homedir, etc etc etc). Then, add that file's path to ./roles/shells/tasks/users.yml. Run the playbook against phoenix: ```ansible-playbook -i ./hosts site.yml --limit phoenix.thunix.cf```