Code Monkey home page Code Monkey logo

ansible-role-klocwork's Introduction

Ansible role klocwork

An ansible role for installing Klocwork.

Tested under:

  • CentOS 7.4
  • Fedora 25
  • Fedora 27
  • RHEL 6.9
  • RHEL 7.4
  • Ubuntu 16.04
  • Ubuntu 17.10

Requirements

No requirements

Role Variables

Variable Default Comments
klocwork_state present present to install, absent to uninstall
klocwork_user klocwork Remote host klocwork run user. Creates user if not exists
klocwork_dir /opt/tools/klocwork Remote host klocwork installation directory
klocwork_script_dir /home/klocwork Remote host directory to create scripts for service start/stop
klocwork_installer_src Klocwork installer path. (required)
klocwork_installer_dest /tmp Remote host directory to store klocwork installer
klocwork_start_service false Set true to start klocwork service after installation finished.
klocwork_port_database 3306 Database server port
klocwork_port_web 8080 Klocwork server port
klocwork_port_license 27000 LicenseServer server port.
klocwork_license_file *.lic Klocwork license file(s)
klocwork_desktop_tools_files kw-desktop-tools.*.zip Klocwork client files

Dependencies

No dependencies

Example Playbook

---
- name: example
  hosts: all
  become: true
  vars:
    klocwork_installer_src: ./klocwork/kw-server-installer.18.0.0.939.linux64.sh
    klocwork_license_file: ./klocwork/*.lic
    klocwork_desktop_tools_files: ./klocwork/kw-desktop-tools.*.zip
    klocwork_start_service: true
  roles:
  - lechuckroh.klocwork
  1. After klocwork service is started, open http://<host>:8080
  2. Login as :
  • username: value of klocwork_user (default value: klocwork)
  • password: empty

License

MIT

ansible-role-klocwork's People

Watchers

 avatar  avatar

Forkers

shihyu

ansible-role-klocwork's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.