aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
blob: 3741ff1398ac34add4c4f1d9665fba8d13609931 (plain)
1
2
3
4
5
6
7
8
9
10
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.