aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
blob: a1ad1ea166e3ae70b43b6287934c77174c04ab2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Users

## Creating users

This role creates users described in the [production](../../production.yaml) inventory.
Change this file to create new users.

This role creates users in the `sudo` group.
`sudo` requires a password.

Once you can ssh to your user, set your password with `su -c "passwd $(whoami)"`.

From then on, use `sudo` for privileged actions.
Remember to only modify the system using Ansible.