diff options
| author | alex <alex@pdp7.net> | 2025-10-11 10:37:45 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2025-10-11 10:37:45 +0200 |
| commit | ccad58269a305455d77d0882bc746df094e424ec (patch) | |
| tree | 33a774c4bfa6ca309f74e8e14984f80ad16b07a0 /infrastructure/roles/users/README.md | |
| parent | da463f72df3876701fc6000538dd7d23fa5ecc92 (diff) | |
Set up users
Diffstat (limited to 'infrastructure/roles/users/README.md')
| -rw-r--r-- | infrastructure/roles/users/README.md | 11 |
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. |
