aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-10-11 10:37:45 +0200
committeralex <alex@pdp7.net>2025-10-11 10:37:45 +0200
commitccad58269a305455d77d0882bc746df094e424ec (patch)
tree33a774c4bfa6ca309f74e8e14984f80ad16b07a0 /infrastructure/roles/users/README.md
parentda463f72df3876701fc6000538dd7d23fa5ecc92 (diff)
Set up users
Diffstat (limited to 'infrastructure/roles/users/README.md')
-rw-r--r--infrastructure/roles/users/README.md11
1 files changed, 11 insertions, 0 deletions
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.