From 659dd36f2bd3c10bf27992a5d84a4ca9ee77880a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Tue, 27 Feb 2018 12:07:28 +0100 Subject: [PATCH] Remove old var in documentation --- README.md | 9 --------- 1 file changed, 9 deletions(-) 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