diff --git a/README.md b/README.md index 1d650c8..84f0a80 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ A role to manage Flexlm daemon. * **flexlm__lmutil_source** : Source of the `lmutil` bin to send [default : `usr/local/bin/lmutil`]. * **flexlm__lmutil_path** : The place to store `lmutil` bin [default : `/usr/local/bin/lmutil`]. * **flexlm__user_name** : Username used to launch `lmgrd` [default : `flexlm`]. -* **flexlm__licence_file** : Licence file to deserve [default : `/opt/flexlm/VENDOR/licence.lic`]. * **flexlm__licences** : Lists to manage vendor daemon and licence files [default : `[]`]. * **flexlm__service_manage** : If Licence Manager service should be managed with this role [default : `True`]. * **flexlm__service_enabled** : If Licence Manager service should be enable at startup [default : `True`]. @@ -32,14 +31,6 @@ A role to manage Flexlm daemon. ## Example Playbook -* Manage Flexlm with defaults vars : - -``` yaml -- hosts: serverXYZ - roles: - - role: ipr-cnrs.flexlm -``` - * Manage Flexlm to provide Intel Fortran (without binaries) : ``` yaml