Updated docs & change log for v2.1.1

This commit is contained in:
Bert Van Vreckem 2016-05-29 09:51:33 +02:00
parent 4fe403d5f3
commit 98a346dc45
2 changed files with 13 additions and 6 deletions

View File

@ -4,6 +4,15 @@ This file contains al notable changes to the bertvv.samba Ansible role.
This file adheres to the guidelines of [http://keepachangelog.com/](http://keepachangelog.com/). Versioning follows [Semantic Versioning](http://semver.org/). "GH-X" refers to the X'th issue on the Github project.
## 2.1.1 - 2016-05-29
This is a bugfix release.
### Changed
- (GH-6) Made creation of Samba users idempotent. The task "Create Samba users [...]" will now only indicate it has changed when it actually created a user.
- (GH-9) Fixed forgotten `when: samba_create_varwww_symlinks` (credit: [DarkStar1973](https://github.com/DarkStar1973))
## 2.1.0 - 2016-05-12
### Added

View File

@ -52,7 +52,7 @@ samba_users:
password: eilrahc
```
Unfortunately, passwords have to be in plain text for now.
Unfortunately, passwords have to be in plain text for now. Also, remark that this role will not change the password of an existing user.
These users should already have an account on the host! Creating system users is not a concern of this role, so you should do this separately. A possibility is my role [bertvv.el7](https://galaxy.ansible.com/bertvv/el7/). An example:
@ -155,11 +155,9 @@ Issues, feature requests, ideas are appreciated and can be posted in the Issues
BSD
## Author Information
Bert Van Vreckem (bert.vanvreckem@gmail.com)
Contributions by:
## Contributors
- [Bert Van Vreckem](https://github.com/bertvv) (maintainer)
- [Birgit Croux](https://github.com/birgitcroux)
- [DarkStar1973](https://github.com/DarkStar1973)
- [Ian Young](https://github.com/iangreenleaf)