debops.samba
This project adheres to Semantic Versioning and human-readable changelog.
The current role maintainer_ is drybjed_.
- First release. [drybjed_]
- Changelog. [ypid_]
- Support to configure :file:`/etc/samba/smb.conf` without installing the Samba daemon. [ypid_]
- Put kernel modules loaded by this role to a separate file under :file:`/etc/modules-load.d` managed by this role. [ypid_]
- Allow to change "name resolve order" in the global section using :envvar:`samba__name_resolve_order`. [ypid_]
Converted :file:`defaults/main.yml` to new documentation format and improved documentation. [ypid_]
Changed variable namespace from
samba_
tosamba__
.samba_[^_]
variables are hereby deprecated.You might need to update your inventory. This oneliner might come in handy to do this:
git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(samba)_([^_])/\1__\2/g;'
[ypid_]