diff options
Diffstat (limited to 'infrastructure/roles/users/README.md')
| -rw-r--r-- | infrastructure/roles/users/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/infrastructure/roles/users/README.md b/infrastructure/roles/users/README.md index 3741ff1..a1ad1ea 100644 --- a/infrastructure/roles/users/README.md +++ b/infrastructure/roles/users/README.md @@ -1,11 +1,14 @@ # Users -## Initial set up +## Creating users + +This role creates users described in the [production](../../production.yaml) inventory. +Change this file to create new users. This role creates users in the `sudo` group. `sudo` requires a password. -To set your password, run `su -c "passwd $(whoami)"`. +Once you can ssh to your user, set your password with `su -c "passwd $(whoami)"`. From then on, use `sudo` for privileged actions. Remember to only modify the system using Ansible. |
