2019-02-27 11:49:10 +01:00
|
|
|
## v2.1.3
|
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
* Use to_nice_json to manage packages list.
|
|
|
|
|
2019-02-26 14:00:11 +01:00
|
|
|
## v2.1.2
|
|
|
|
|
|
|
|
* Fix E405 Remote package tasks should have a retry.
|
2019-02-26 14:05:37 +01:00
|
|
|
* Fix E303 systemctl used in place of systemd module.
|
2019-02-26 17:30:43 +01:00
|
|
|
* Fix E503 Tasks that run when changed should likely be handlers. Daemon_reload moved to handlers file.
|
2019-02-26 14:00:11 +01:00
|
|
|
|
2018-08-06 15:25:43 +02:00
|
|
|
## v2.1.1
|
2018-02-23 11:19:33 +01:00
|
|
|
|
2018-08-06 15:23:31 +02:00
|
|
|
### Fixes
|
|
|
|
* Fix some warnings from ansible-lint.
|
2018-08-06 15:25:43 +02:00
|
|
|
* Set empty dependencies line to fix Galaxy warning.
|
2018-02-28 14:43:40 +01:00
|
|
|
|
2018-08-06 15:23:31 +02:00
|
|
|
## v2.1
|
2018-02-28 15:04:06 +01:00
|
|
|
|
2018-02-28 14:43:40 +01:00
|
|
|
### Fixes
|
|
|
|
* Add a missing ")" in the handler.
|
2018-02-28 15:04:06 +01:00
|
|
|
* Create a symlink (/usr/tmp) to /tmp to avoid error (fix #2).
|
2018-02-28 14:43:40 +01:00
|
|
|
|
2018-02-28 11:31:02 +01:00
|
|
|
## v2.0
|
2018-02-27 08:32:20 +01:00
|
|
|
|
|
|
|
### Features
|
2018-02-27 09:36:44 +01:00
|
|
|
* Add a way to provide vendor daemon binaries and licence file.
|
2018-02-27 12:05:11 +01:00
|
|
|
* Manage services for the lists var (flexlm__licences).
|
|
|
|
* Allow to manage several licences on a same host (close #1).
|
2018-02-27 16:07:27 +01:00
|
|
|
* The **RestartSec** argument for the service can be set, cause some vendor daemon have a timewait greater than 60 seconds.
|
2018-02-27 08:32:20 +01:00
|
|
|
|
2018-02-27 14:05:07 +01:00
|
|
|
### Enhancements
|
|
|
|
* Set a var to manage the state of the deployment by this role.
|
2018-02-28 11:01:06 +01:00
|
|
|
* Ensure to stop and disable services if deploy state is "absent".
|
2018-02-28 11:31:02 +01:00
|
|
|
* Add more informations about flexlm__licences var.
|
2018-02-27 14:05:07 +01:00
|
|
|
|
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.
|
2018-02-23 14:36:52 +01:00
|
|
|
* Ensure to have a symlink for `lmgrd` to it's last version.
|
2018-02-23 15:27:53 +01:00
|
|
|
* Create a specific user to launch `lmgrd`.
|
2018-02-23 15:56:31 +01:00
|
|
|
* Set up a systemd service.
|
2018-02-23 16:37:38 +01:00
|
|
|
* Possibility to set working directory and licence file in the service unit.
|