95e4ee8c06
add users, groups, authorized_keys, and dot files
10 lines
415 B
Markdown
10 lines
415 B
Markdown
# Users and ssh-configAnsible roles
|
|
This repo contains 2 roles:
|
|
|
|
- **users**: Add users and configure `.bashrc` and `authorized_keys`
|
|
- **ssh-config**: Configures a user's `~/.ssh/config`
|
|
|
|
Both roles make use of the same _users_ variable and are created to give users the freedom to add their own configuration outside of Ansible.
|
|
|
|
Detailed configuration can be found in the README files inside the role's folders.
|