aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-10-11 21:27:30 +0200
committeralex <alex@pdp7.net>2025-10-11 21:27:30 +0200
commit4bbf78f4ea4a7ff8afa99779cd1676cb73c97b68 (patch)
treedab8052a3c7d17c2d26455744dced5a2b76cd2c2 /infrastructure/roles/users/README.md
parentdfd9b591d96b09b37474ab64ad04cb26316e73bf (diff)
Flesh out documentation
Diffstat (limited to 'infrastructure/roles/users/README.md')
-rw-r--r--infrastructure/roles/users/README.md7
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.