From 4bbf78f4ea4a7ff8afa99779cd1676cb73c97b68 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 21:27:30 +0200 Subject: Flesh out documentation --- infrastructure/roles/users/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'infrastructure/roles/users') 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. -- cgit v1.2.3