2021-08-26 15:58:17 +02:00
|
|
|
## v1.X.Y
|
|
|
|
|
|
|
|
### Add
|
2021-08-26 16:07:44 +02:00
|
|
|
* Manage new parameters:
|
|
|
|
* **tag** with fusioninventory__agent_conf_tag variable
|
|
|
|
* **no-task** with fusioninventory__agent_conf_no_task variable
|
2021-08-26 15:58:17 +02:00
|
|
|
|
2021-06-22 15:56:25 +02:00
|
|
|
## v1.3.1
|
|
|
|
|
2021-06-23 10:27:48 +02:00
|
|
|
### Fix
|
|
|
|
|
|
|
|
* Update package list for Debian from `dpkg --info` of the last 2.6 version (fix #11).
|
|
|
|
|
2021-06-22 15:56:25 +02:00
|
|
|
### Enhancement
|
|
|
|
|
|
|
|
* Flatten packages list to allow condition.
|
2021-06-23 10:20:41 +02:00
|
|
|
* Split fusioninventory__agent_depend_packages content to 3 variables (for Debian)
|
|
|
|
* fusioninventory__agent_depend_packages
|
|
|
|
* fusioninventory__agent_recommend_packages
|
|
|
|
* fusioninventory__agent_extra_packages
|
2021-08-02 12:22:25 +02:00
|
|
|
* Manage dependencies only when FI is installed from a downloaded package.
|
2021-06-22 15:56:25 +02:00
|
|
|
|
2021-06-10 16:29:21 +02:00
|
|
|
## v1.3.0
|
2021-06-10 11:36:28 +02:00
|
|
|
|
|
|
|
### Fix
|
|
|
|
|
|
|
|
* Add role_name info in meta.
|
2021-06-10 11:39:38 +02:00
|
|
|
* Set a default mode (0644) in ini_file.
|
2021-06-10 16:29:21 +02:00
|
|
|
* with_first_found fail when ansible_distribution vars file is missing (#5).
|
2021-06-10 11:36:28 +02:00
|
|
|
|
2021-06-10 12:24:34 +02:00
|
|
|
### Enhancement
|
|
|
|
|
|
|
|
* Update dependencies for .deb package.
|
|
|
|
|
2021-06-10 11:09:37 +02:00
|
|
|
## v1.2.1
|
|
|
|
|
|
|
|
### Fix
|
|
|
|
|
|
|
|
* Warnings with yamllint.
|
|
|
|
|
2021-06-10 11:04:14 +02:00
|
|
|
## v1.2.0
|
|
|
|
|
2021-06-10 11:09:37 +02:00
|
|
|
### Features
|
|
|
|
|
2021-06-10 16:29:21 +02:00
|
|
|
* Add RHEL8 support (thanks @mjourdan) (#7).
|
2021-06-10 11:04:14 +02:00
|
|
|
* The role also works on Debian Bullseye.
|
|
|
|
|
2020-11-10 15:19:08 +01:00
|
|
|
## v1.1.2
|
|
|
|
|
|
|
|
* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf).
|
2020-11-10 15:20:59 +01:00
|
|
|
* The role also works on Debian Buster.
|
2020-11-10 15:19:08 +01:00
|
|
|
|
2020-10-07 07:18:47 +02:00
|
|
|
## v1.1.1
|
|
|
|
|
|
|
|
### Fix
|
|
|
|
|
|
|
|
* Moved back fusioninventory__agent_package_url definition in default configuration
|
|
|
|
even if it's Debian related to allow installation of a newer version than one
|
|
|
|
available in repos or installation from private repository (for Stretch).
|
|
|
|
|
2020-10-05 12:03:36 +02:00
|
|
|
## v1.1.0
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
* Add RHEL7 support (thanks @roumano).
|
|
|
|
|
2020-03-12 08:48:34 +01:00
|
|
|
## v1.0.3
|
2020-01-23 11:57:34 +01:00
|
|
|
|
|
|
|
### Fix
|
|
|
|
* Fix Manage trust requests without authentication token (#1)
|
|
|
|
|
2019-02-27 14:07:23 +01:00
|
|
|
## v1.0.2
|
|
|
|
|
|
|
|
### Fix
|
|
|
|
* Fix E405 Remote package tasks should have a retry.
|
2019-02-27 14:11:20 +01:00
|
|
|
* Fix E602 Don't compare to empty string.
|
2019-02-27 14:12:36 +01:00
|
|
|
* Set empty dependencies line to fix Galaxy warning.
|
2018-09-10 11:33:08 +02:00
|
|
|
|
2019-01-18 11:38:28 +01:00
|
|
|
## v1.0.1
|
|
|
|
|
|
|
|
### Features
|
|
|
|
* Package URL is defined only for Debian Stretch.
|
|
|
|
|
|
|
|
## v1.0.0
|
2018-09-10 11:33:08 +02:00
|
|
|
|
|
|
|
### Features
|
|
|
|
* Install dependent packages for fusioninventory-agent.
|
2018-09-13 10:02:07 +02:00
|
|
|
* Don't remove dependent packages.
|
2018-09-13 10:21:44 +02:00
|
|
|
* Install fusioninventory-agent package from URL or repos.
|
|
|
|
* If desired, remove fusioninventory-agent package.
|
2018-09-10 14:02:41 +02:00
|
|
|
* Generate agent's configuration file.
|
2018-09-10 14:55:42 +02:00
|
|
|
* Restart agent's service if needed.
|
2019-01-18 11:38:28 +01:00
|
|
|
* Ensure to install xz-utils to allow ansible to install a debian package manually.
|