|
|
||
|---|---|---|
| defaults | ||
| files/usr/local/bin | ||
| meta | ||
| tasks | ||
| tests | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| README.md | ||
README.md
Flexlm
Overview
A role to manage Flexlm daemon.
Role Variables
- flexlm__packages_state : State of package(s) [default :
present]. - flexlm__packages_manage : If package(s) should be managed with this role [default :
True]. - flexlm__dependent_packages : List of additional packages requested as 'flexlm' dependencies [default :
lsb-core,unzip] - flexlm__lmgrd_version : Version of
lmgrdto use [default :11.14.0.1]. - flexlm__lmgrd_source : Source of the
lmgrdbin to send [default :usr/local/bin/lmgrd]. - flexlm__lmgrd_path : The place to store
lmgrdbin [default :/usr/local/bin/lmgrd]. - flexlm__lmutil_source : Source of the
lmutilbin to send [default :usr/local/bin/lmutil]. - flexlm__lmutil_path : The place to store
lmutilbin [default :/usr/local/bin/lmutil].
Example Playbook
- Manage Flexlm with defaults vars :
- hosts: serverXYZ
roles:
- role: ipr-cnrs.flexlm
Configuration
This role will :
- Copy the
lmgrdandlmutilbinaries to the node.
The lmgrd and lmutil binaries comes from Mathworks in version flexlm__lmgrd_version.
Development
This source code comes from our Gogs instance and the Github repo exist just to be able to send the role to Ansible Galaxy…
But feel free to send issue/PR anywhere :)
Thanks to this hook, Github automatically got updates from our Gogs instance :)
License
Author Information
Jérémy Gardais
- Source : on IPR's Gogs
- IPR (Institut de Physique de Rennes)