chore: update README and CHANGELOG
This commit is contained in:
parent
417f6fc58f
commit
4b2442b4e9
|
@ -2,6 +2,7 @@
|
|||
|
||||
### Enhancement
|
||||
* Upgrade package version from URL from 2.4 to 2.6 (thanks to @roumano - issue #15).
|
||||
* Allow service to be managed, (thanks to @yodabzh - issue #17).
|
||||
|
||||
### Fix
|
||||
* Switch to Github URL to download deb file (thanks to @roumano - PR #16).
|
||||
|
|
|
@ -24,6 +24,8 @@ A role to manage FusionInventory agent installation and configuration.
|
|||
* **fusioninventory__agent_service_name** : The service name to manage [default : `fusioninventory-agent`].
|
||||
* **fusioninventory__agent_service_manage** : If the fusioninventory agent service should be managed [default : `true`].
|
||||
* **fusioninventory__agent_conf_src** : Template used to provide agent configuration file [default : `../templates/etc/fusioninventory/agent.cfg.j2`].
|
||||
* **fusioninventory__agent_service_status**: Service state, can be started, stopped, restarted, reloaded [default : `started`].
|
||||
* **fusioninventory__agent_service_enabled**: Service status, can be enabled (`true`) or disabled (`false`) [default: `true`].
|
||||
|
||||
### Config Specific Variables
|
||||
|
||||
|
|
Reference in New Issue