diff options
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. |
