Install a flexlm daemon
Go to file
Jeremy Gardais e8f31b15b2 Install dependencies 2018-02-23 11:30:56 +01:00
defaults Install dependencies 2018-02-23 11:30:56 +01:00
meta Init repo 2018-02-23 11:18:33 +01:00
tasks Install dependencies 2018-02-23 11:30:56 +01:00
tests Init repo 2018-02-23 11:18:33 +01:00
.travis.yml Init repo 2018-02-23 11:18:33 +01:00
CHANGELOG.md Install dependencies 2018-02-23 11:30:56 +01:00
README.md Install dependencies 2018-02-23 11:30:56 +01:00

README.md

Flexlm

  1. Overview
  2. Role Variables
  3. Example Playbook
  4. Configuration
  5. Development
  6. License
  7. Author Information

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]

Example Playbook

  • Manage Flexlm with defaults vars:
- hosts: serverXYZ
  roles:
    - role: ipr-cnrs.flexlm

Configuration

This role will:

  • Do nothing right now.

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

WTFPL

Author Information

Jérémy Gardais