aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/users/README.md
blob: b220c8cfe2ba81a7d51460b2e53af9e4e2fc17e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.

## Test user

The `test` user is intended for testing.
For example, you can send emails to this user, and impersonate the user to read email.