ansible-experiments/add-users-groups-authorized_keys-dot-files
Serge van Ginderachter 95e4ee8c06
Import project for #9
add users, groups, authorized_keys, and dot files
2018-08-18 10:49:16 +02:00
..
group_vars Import project for #9 2018-08-18 10:49:16 +02:00
roles Import project for #9 2018-08-18 10:49:16 +02:00
ansible.cfg Import project for #9 2018-08-18 10:49:16 +02:00
hosts Import project for #9 2018-08-18 10:49:16 +02:00
README.md Import project for #9 2018-08-18 10:49:16 +02:00
site.yaml Import project for #9 2018-08-18 10:49:16 +02:00

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.