Skip to content

Latest commit

 

History

History
225 lines (96 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

225 lines (96 loc) · 5.52 KB

1.17.0 (2020-11-06)

Features

  • add users_user_create and user.user_create option (daa876ee)

1.16.0 (2020-06-21)

Features

1.15.0 (2020-04-04)

Features

  • allow to keep user directories on delete (cd363ce7)

1.14.1 (2020-03-17)

Features

1.14.0 (2020-02-04)

Features

  • add ssh_keys option for mutiple keys

1.13.1 (2019-10-17)

Features

  • test and document centos7 support (bda06a8c)

1.13.0 (2019-07-10)

Features

1.12.0 (2019-06-17)

Bug Fixes

  • fix directory not found in check mode (57d10aa7)

1.11.2 (2019-03-16)

Bug Fixes

  • remove comment in private key file (24ca28a7)

1.11.1 (2019-02-10)

1.11.0 (2018-12-11)

Features

1.10.0 (2018-09-13)

Features

Bug Fixes

  • add skip for missing attributes (11db5434)

1.9.3 (2018-05-13)

1.9.2 (2018-01-25)

Features

1.9.1 (2017-11-10)

1.8.0 (2017-06-21)

Features

1.7.1 (2017-02-14)

Features

1.7.0 (2016-08-02)

Features

1.6.1 (2016-05-30)

1.6.0 (2016-05-09)

Features

  • add password and shell variables (93b48f0e)

1.5.0 (2016-04-18)

Bug Fixes

  • fix 'when' clause when adding the primary user group (9fec282d)
  • fix deprecation warnings in ansible 2.0

1.4.0 (2016-04-14)

Features

  • make sure groups are available (232fe41b)

1.3.0 (2015-12-11)

Breaking Changes

  • move config.yml tasks to manage.yml since it belongs in that context (a1edf947)

Features

  • adds galaxy_tags (082d43cd)
  • move config.yml tasks to manage.yml since it belongs in that context (a1edf947)
  • adds CHANGELOG (3a39f74c)
  • using ansible-role docgen for README geneartion (7c16c027)
  • use authorized_key module instead of template (a6d96f43, closes #5)