Releases: singleplatform-eng/ansible-users
Releases · singleplatform-eng/ansible-users
v1.2.6
- Make location of authorized_keys file configurable PR-57 .
1.2.5
Cutting a current version for changes in master that have not been tagged on a release.
Changes:
- README edits
- addition of append option for group management on users.
v1.2.3
#48 - adding remove and force options for users_deleted
v1.2.2
#44 - add generate_ssh_key parameter
#45 - add update_password parameter
v1.2.1
#39 - BUGFIX: when users_create_per_user_group is false and profile is set
#42 - Allow individual primary group overrides
v1.2.0
PR 35
- add option to specify the users home directory
v1.1.1
PR 34
- add ssh key path to get check_mode working
v1.1.0
Naming this v1.1.0 to get around an issue with Galaxy. Installing the role from galaxy defaults to the original default v1.0 version which doesn't appear to be deletable.
PR 13
- Make user comment optional
PR 16
- Add optional gid attribute
PR 31
- groups_to_create is now a list of dictionaries. This allows users to more easily specify a gid.
- Fixed with_items: deprecation warnings from Ansible 2+
- Items in the users list take a new attribute of profile for setting up custom shell profiles.
v0.1.0
This release marks the unmodified code of the original author (@mivok).