Releases: CSCfi/ansible-role-users
Releases · CSCfi/ansible-role-users
v1.9.1
- handling groups should be better
v1.9.0
- add 10s timeout for testing ssh access
v1.8.9
- update comments
- add galaxy webhook
- modify playbooks for factless testing
- in travis test factless runs
v1.8.8
- fix bare variables, warnings
v1.8.7
- added some quotes to make code run on 2.7
v1.8.6
Remove unnecessary sudo command (#46)
* Stop using sudo to run usermod
* Testing: fix ansible from github master testing
v1.8.5
#44
- allow setting passwords
#45
- test changing groups of logged in users
- allow creating ssh keys when creating users
- change how users with running processes are found (from "users" command to a ps|grep|uniq)
v1.8.4
Give option to create homedirectory too
v1.8.3
CSC org change and make the "figure out which user to bootstrap" work in another case #42
v1.8.2
- #40 test with Ubuntu 16.04
- #41 skip setting UID for logged in users (this includes ansible_ssh_user)