Skip to content

Releases: CSCfi/ansible-role-users

v1.9.1

19 Aug 15:10
3db3e07
Compare
Choose a tag to compare
  • handling groups should be better

v1.9.0

12 Feb 14:11
Compare
Choose a tag to compare
  • add 10s timeout for testing ssh access

v1.8.9

06 Feb 15:12
Compare
Choose a tag to compare
  • update comments
  • add galaxy webhook
  • modify playbooks for factless testing
  • in travis test factless runs

v1.8.8

04 Jun 19:27
Compare
Choose a tag to compare
  • fix bare variables, warnings

v1.8.7

28 Nov 13:41
Compare
Choose a tag to compare
  • added some quotes to make code run on 2.7

v1.8.6

04 Oct 06:10
Compare
Choose a tag to compare
Remove unnecessary sudo command (#46)

* Stop using sudo to run usermod
* Testing: fix ansible from github master testing

v1.8.5

05 Jun 06:22
Compare
Choose a tag to compare

#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

15 May 12:21
Compare
Choose a tag to compare
Give option to create homedirectory too

v1.8.3

13 Apr 11:51
Compare
Choose a tag to compare

CSC org change and make the "figure out which user to bootstrap" work in another case #42

v1.8.2

16 Oct 05:46
Compare
Choose a tag to compare
  • #40 test with Ubuntu 16.04
  • #41 skip setting UID for logged in users (this includes ansible_ssh_user)