aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
blob: 71a448686d2dcbceb8ad4eb557c14bff4fb083ce (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.