ansible.flexlm/CHANGELOG.md

73 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2023-01-24 11:34:35 +01:00
## v2.3.2
### Fix
* Use flatten to manage packages list.
2023-01-24 11:40:23 +01:00
* Prefix module with "ansible.builtin.".
2023-01-24 11:34:35 +01:00
2022-03-24 17:12:57 +01:00
## v2.3.1
### Enhancements
* Works with Debian Bullseye.
## v2.3.0
### Enhancements
* Upgrade lmgrd and lmutil daemon to version 11.18.1.
2022-03-24 16:50:11 +01:00
* Remove old 11.14.0 version of lmgrd.
## v2.2.0
### Enhancements
* Ensure to install requirements on Debian Stretch.
2020-05-06 17:20:14 +02:00
* Empty requirements packages by default cause `lsb-compat` is no longer available on Debian Buster.
2020-05-07 11:23:13 +02:00
* Ensure lib64 ld-linux symlinks exists.
2020-05-07 11:24:24 +02:00
* Now works with Debian Buster.
2019-10-08 10:22:06 +02:00
## v2.1.4
### Enhancements
* Upgrade lmgrd and lmutil daemon to version 11.16.2.1.
## v2.1.3
### Enhancements
* Use to_nice_json to manage packages list.
## v2.1.2
* Fix E405 Remote package tasks should have a retry.
* Fix E303 systemctl used in place of systemd module.
* Fix E503 Tasks that run when changed should likely be handlers. Daemon_reload moved to handlers file.
## v2.1.1
2018-02-23 11:19:33 +01:00
### Fixes
* Fix some warnings from ansible-lint.
* Set empty dependencies line to fix Galaxy warning.
2018-02-28 14:43:40 +01:00
## v2.1
2018-02-28 14:43:40 +01:00
### Fixes
* Add a missing ")" in the handler.
* Create a symlink (/usr/tmp) to /tmp to avoid error (fix #2).
2018-02-28 14:43:40 +01:00
## v2.0
### Features
* Add a way to provide vendor daemon binaries and licence file.
* Manage services for the lists var (flexlm__licences).
* Allow to manage several licences on a same host (close #1).
* The **RestartSec** argument for the service can be set, cause some vendor daemon have a timewait greater than 60 seconds.
### Enhancements
* Set a var to manage the state of the deployment by this role.
* Ensure to stop and disable services if deploy state is "absent".
* Add more informations about flexlm__licences var.
2018-02-26 15:22:30 +01:00
## v1.0
2018-02-23 11:19:33 +01:00
### Features
* Install FlexLM dependencies.
2018-02-23 14:32:08 +01:00
* Copy `lmgrd` and `lmutil` binaries.
* Ensure to have a symlink for `lmgrd` to it's last version.
* Create a specific user to launch `lmgrd`.
2018-02-23 15:56:31 +01:00
* Set up a systemd service.
* Possibility to set working directory and licence file in the service unit.