From ccad58269a305455d77d0882bc746df094e424ec Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Oct 2025 10:37:45 +0200 Subject: Set up users --- infrastructure/roles/users/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infrastructure/roles/users/README.md (limited to 'infrastructure/roles/users/README.md') diff --git a/infrastructure/roles/users/README.md b/infrastructure/roles/users/README.md new file mode 100644 index 0000000..71a4486 --- /dev/null +++ b/infrastructure/roles/users/README.md @@ -0,0 +1,11 @@ +# Users + +## Initial set up + +This role creates users in the `sudo` group. +`sudo` requires a password. + +To set your password, run `su -c 'passwd $(whoami)'`. + +From then on, use `sudo` for privileged actions. +Remember to only modify the system using Ansible. -- cgit v1.2.3