diff --git a/README.md b/README.md index 4d284bc..0db1b51 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ installed with: ### Adding a new user to a specific machine 1. add the machine to file `hosts`, in the relevant section `[user]` -1. if necessary, add the user to `roles/common/tasks/main.yml`, with the public ssh key in `public\_keys/` +1. if necessary, add the user to `group_vars/all/accounts.yml`, with the public ssh key in `public\_keys/` 1. launch following command: ```shell - ansible-playbook -l common.yml --tags user_creation + ansible-playbook -l accounts.yml ``` ### Adding a service to a specific machine