2018-02-23 11:19:33 +01:00
|
|
|
---
|
|
|
|
# defaults file for flexlm
|
|
|
|
|
|
|
|
# packages
|
|
|
|
flexlm__packages_state: 'present'
|
|
|
|
flexlm__packages_manage: True
|
|
|
|
flexlm__dependent_packages: [ 'lsb-core', 'unzip' ]
|
|
|
|
|
2018-02-23 14:32:08 +01:00
|
|
|
# bin
|
|
|
|
flexlm__lmgrd_version: '11.14.0.1'
|
|
|
|
flexlm__lmgrd_source: 'usr/local/bin/lmgrd'
|
|
|
|
flexlm__lmgrd_path: '/usr/local/bin/lmgrd'
|
|
|
|
flexlm__lmutil_source: 'usr/local/bin/lmutil'
|
|
|
|
flexlm__lmutil_path: '/usr/local/bin/lmutil'
|
2018-02-23 15:27:53 +01:00
|
|
|
|
|
|
|
# user
|
|
|
|
flexlm__user_name: 'flexlm'
|
2018-02-23 15:56:31 +01:00
|
|
|
|
2018-02-27 09:36:44 +01:00
|
|
|
# Lists to manage vendor daemon and licence files.
|
2018-02-27 08:32:20 +01:00
|
|
|
# flexlm_licences:
|
|
|
|
# - name: matlab
|
|
|
|
# description: 'flexlm Licence Manager for Matlab'
|
|
|
|
# bin_path: '/opt/matlab/bin'
|
|
|
|
# bin_src: '{{ inventory_dir + "/../resources/service/matlab-lm/bin/" }}'
|
2018-02-27 09:36:44 +01:00
|
|
|
# lic_path: '/opt/matlab/etc/licence.lic'
|
|
|
|
# lic_src: '{{ inventory_dir + "/../resources/hosts/matlab-lm/opt/matlab/etc/licence.lic" }}'
|
2018-02-27 12:05:11 +01:00
|
|
|
# #service: False
|
|
|
|
# ports: [ '27000', '33188' ] # not used right now
|
2018-02-27 08:32:20 +01:00
|
|
|
flexlm__licences: []
|
|
|
|
|
2018-02-23 15:56:31 +01:00
|
|
|
# service
|
|
|
|
flexlm__service_manage: True
|
2018-02-23 16:22:47 +01:00
|
|
|
flexlm__service_enabled: True
|
2018-02-23 15:56:31 +01:00
|
|
|
flexlm__service_unit_content: 'etc/systemd/system/flexlm.service.j2'
|
|
|
|
|